mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-03-12 11:57:42 +01:00
Added commands I think
This commit is contained in:
parent
1097e8639c
commit
9d563f866e
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user