Procházet zdrojové kódy

settings should word now

tags/v1.0.0
roxie před 6 roky
rodič
revize
fbddaeac6a
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +3
    -1
      cogs/settings.py

+ 3
- 1
cogs/settings.py Zobrazit soubor

@@ -14,8 +14,10 @@ from discord.ext.commands import group



# TODO: Clean the fuck up
class Settings():
"""
Settings is a mix of settings and admin stuff for the bot.
"""
def __init__(self, Bot):
self.bot = Bot
self.con = ServerConfig()

Načítá se…
Zrušit
Uložit