Added commands I think

This commit is contained in:
JustMaffie 2017-05-27 23:57:15 +02:00
parent 9d563f866e
commit 69b11b8216

View File

@ -15,8 +15,6 @@ aiosession = aiohttp.ClientSession(loop=bot.loop)
bot.http.user_agent += ' TitanEmbeds-Bot'
database = DatabaseInterface(bot)
initFirst()
def run(self):
try:
bot.loop.run_until_complete(self.start(config["bot-token"]))