aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2020-07-11 23:01:56 +0000
committerGitHub <noreply@github.com>2020-07-11 23:01:56 +0000
commitc2c05f461db8481f3546efeb24507450fad43059 (patch)
treed624752b7c2775a2d1bb7ae48e3f44b933511896 /cogs
parent0da672ab6b9a38029a2605b30cb65f400c5032e0 (diff)
downloadsteve-bot-c2c05f461db8481f3546efeb24507450fad43059.tar
steve-bot-c2c05f461db8481f3546efeb24507450fad43059.tar.gz
steve-bot-c2c05f461db8481f3546efeb24507450fad43059.tar.bz2
steve-bot-c2c05f461db8481f3546efeb24507450fad43059.tar.lz
steve-bot-c2c05f461db8481f3546efeb24507450fad43059.tar.xz
steve-bot-c2c05f461db8481f3546efeb24507450fad43059.tar.zst
steve-bot-c2c05f461db8481f3546efeb24507450fad43059.zip
Update admin.py
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"""