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

msg > message

This commit is contained in:
Myned 2017-10-15 01:50:37 -04:00
parent f706b4a18d
commit d3471e7e51

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():