mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-28 07:57:04 +01:00
Added commands I think
This commit is contained in:
parent
69b11b8216
commit
81fd7979db
@ -11,7 +11,6 @@ logging.getLogger('TitanBot')
|
|||||||
logging.getLogger('sqlalchemy')
|
logging.getLogger('sqlalchemy')
|
||||||
|
|
||||||
bot = commands.Bot(command_prefix=config['command-prefix'])
|
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)
|
database = DatabaseInterface(bot)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user