mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-27 15:37:03 +01:00
Added commands I think
This commit is contained in:
parent
69b11b8216
commit
81fd7979db
@ -11,8 +11,7 @@ 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)
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user