瀏覽代碼

settings should word now

tags/v1.0.0
roxie 6 年之前
父節點
當前提交
fbddaeac6a
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      cogs/settings.py

+ 3
- 1
cogs/settings.py 查看文件

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

Loading…
取消
儲存