Added commands I think

This commit is contained in:
JustMaffie 2017-05-28 00:23:27 +02:00
parent 358647fc48
commit b62d43b21c

View File

@ -11,7 +11,7 @@ logging.getLogger('TitanBot')
logging.getLogger('sqlalchemy') logging.getLogger('sqlalchemy')
bot = commands.Bot(command_prefix=config['command-prefix']) bot = commands.Bot(command_prefix=config['command-prefix'])
database = none database = None
def _cleanup(): def _cleanup():
try: try:
bot.loop.run_until_complete(logout()) bot.loop.run_until_complete(logout())