Added commands I think

This commit is contained in:
JustMaffie 2017-05-28 00:00:21 +02:00
parent 69b11b8216
commit 81fd7979db

View File

@ -11,8 +11,7 @@ logging.getLogger('TitanBot')
logging.getLogger('sqlalchemy')
bot = commands.Bot(command_prefix=config['command-prefix'])
aiosession = aiohttp.ClientSession(loop=bot.loop)
bot.http.user_agent += ' TitanEmbeds-Bot'
bot.http.user_agent += ' TitanEmbeds-Bot'
database = DatabaseInterface(bot)
def run(self):