Browse Source

settings should word now

tags/v1.0.0
roxie 6 years ago
parent
commit
fbddaeac6a
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      cogs/settings.py

+ 3
- 1
cogs/settings.py View File







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

Loading…
Cancel
Save