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 8fcf43a..4fa8d01 100755
--- a/cogs/admin.py
+++ b/cogs/admin.py
@@ -186,7 +186,7 @@ class Admin(commands.Cog):
i, ctx.author))
@commands.command()
- @commands.check(is_botmaster)
+ @commands.check(is_mod)
async def ban(self,
ctx,
members: commands.Greedy[discord.Member] = False,