1
0
Fork 0
mirror of synced 2024-05-06 21:52:30 +12:00

Fix error channel (thanks ctrl+z)

This commit is contained in:
Phxntxm 2019-11-19 17:22:42 -06:00
parent 0179f3913c
commit ad41accdc3

1
bot.py
View file

@ -115,6 +115,7 @@ if __name__ == '__main__':
# Setup our bot vars, db and cache
bot.db = utils.DB()
bot.cache = utils.Cache(bot.db)
bot.error_channel = utils.error_channel
# Start our startup task (cache sets up the database, so just this)
bot.loop.create_task(bot.cache.setup())
for e in utils.extensions: