Added commands I think

This commit is contained in:
JustMaffie 2017-05-27 23:56:13 +02:00
parent 1097e8639c
commit 9d563f866e

View File

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