mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Merge branch 'dev'
This commit is contained in:
commit
1f4de99f49
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue