diff options
Diffstat (limited to '')
-rwxr-xr-x | cogs/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/admin.py b/cogs/admin.py index 1fb424e..14bd45e 100755 --- a/cogs/admin.py +++ b/cogs/admin.py @@ -12,7 +12,7 @@ class Admin(commands.Cog): async def is_mod(ctx): return ctx.author.guild_permissions.manage_channels - + @commands.command(aliases=['deleteEverything'], hidden=True) @commands.check(is_mod) async def purge(self, ctx, password): |