aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
Diffstat (limited to 'cogs')
-rwxr-xr-xcogs/admin.py2
1 files changed, 1 insertions, 1 deletions
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"""