Added commands I think

This commit is contained in:
JustMaffie 2017-05-27 23:54:13 +02:00
parent fd26f5cc99
commit 1097e8639c

View File

@ -12,7 +12,7 @@ logging.getLogger('sqlalchemy')
bot = commands.Bot(command_prefix=config['command-prefix'])
aiosession = aiohttp.ClientSession(loop=bot.loop)
http.user_agent += ' TitanEmbeds-Bot'
bot.http.user_agent += ' TitanEmbeds-Bot'
database = DatabaseInterface()
initFirst()