1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Merge branch 'dev'

This commit is contained in:
Myned 2017-10-15 01:50:47 -04:00
commit 1f4de99f49

View file

@ -156,7 +156,7 @@ class Administration:
try:
async for message in channel.history():
if not msg.pinned:
if not message.pinned:
await self.queue.put(message)
while not self.bot.is_closed():