mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
msg > message
This commit is contained in:
parent
f706b4a18d
commit
d3471e7e51
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