mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Mod] Typo in message deletion
This commit is contained in:
parent
7a3c963009
commit
ddd4b2bcff
@ -631,7 +631,7 @@ class Mod:
|
||||
await self.bot.delete_messages(messages[:100])
|
||||
messages = messages[100:]
|
||||
else:
|
||||
await self.delete_message(messages)
|
||||
await self.bot.delete_message(messages)
|
||||
await asyncio.sleep(1.5)
|
||||
|
||||
async def slow_deletion(self, messages):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user