aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cogs/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/admin.py b/cogs/admin.py
index e77dc66..3af681d 100644
--- a/cogs/admin.py
+++ b/cogs/admin.py
@@ -19,7 +19,7 @@ class Admin(commands.Cog):
@commands.command(aliases=['deleteEverything'], hidden=True)
@commands.check(is_botmaster)
async def purge(self, ctx):
- await ctx.message.channel.purge()
+ await ctx.message.channel.purge(limit=500)
@commands.command(aliases=['quit'], hidden=True)
@commands.check(is_botmaster)