From c2c05f461db8481f3546efeb24507450fad43059 Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Sun, 12 Jul 2020 01:01:56 +0200 Subject: Update admin.py --- cogs/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs') diff --git a/cogs/admin.py b/cogs/admin.py index f0ab204..0099182 100755 --- a/cogs/admin.py +++ b/cogs/admin.py @@ -188,7 +188,7 @@ class Admin(commands.Cog): file = discord.File("discord.log") await ctx.send(file=file) - @commands.command(aliases=['ban'], hidden=True) + @commands.command(hidden=True) @commands.check(is_mod) async def blacklist(self, ctx, members: commands.Greedy[discord.Member]=None): """Ban someone from using the bot""" -- cgit v1.2.3