Explorar el Código

settings should word now

tags/v1.0.0
roxie hace 6 años
padre
commit
fbddaeac6a
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      cogs/settings.py

+ 3
- 1
cogs/settings.py Ver fichero

@@ -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()

Cargando…
Cancelar
Guardar