We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cea652 commit 2d45be7Copy full SHA for 2d45be7
bot/cogs/utility.py
@@ -18,7 +18,7 @@ async def on_ready(self):
18
@commands.has_permissions(administrator=True)
19
async def clear(self, ctx, amount: int):
20
if amount > 1000 :
21
- message = await ctx.send('Cannot delete more than 500 messages.')
+ message = await ctx.send('Cannot delete more than 1000 messages.')
22
await asyncio.sleep(5)
23
await message.delete()
24
else:
0 commit comments