Merge branch 'development' of https://github.com/dustinpianalto/Geeksbot into development

This commit is contained in:
Dusty.P
2018-04-20 21:06:15 -08:00
+1 -1
View File
@@ -144,7 +144,7 @@ async def on_message(ctx):
@bot.event
async def on_ready():
bot.connect_db()
await bot.connect_db()
bot.recent_msgs = {}
for guild in bot.guilds:
bot.recent_msgs[guild.id] = deque(maxlen=50)