aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
> 2020-08-06Propper loop breakAnInternetTroll1-2/+2 2020-08-06+ Fixed trailing commaziro2-8/+3 2020-08-06+ Steve Branchziro20-342/+2453 2020-08-06+ Added listcommands to help.py (from mcbeDiscordBot)ziro1-0/+16 2020-08-06+ Show aliasses to help commandziro1-1/+1 2020-08-06+ Increases default clearchat limitziro1-1/+1 2020-08-06+ Tweaking cogsziro3-3/+3 2020-08-06+ Tweakingziro2-3/+3 2020-08-06+ Add more info to serverinfo commandziro1-2/+4 2020-08-06+ Tweaking help commandziro1-2/+1 2020-08-06+ Added desc for help cmd and serverinfo commandziro1-1/+20 2020-08-06+ Added description for help commandziro1-0/+1