소스 검색

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…
취소
저장