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 e7ad05a..4df537a 100755
--- a/cogs/admin.py
+++ b/cogs/admin.py
@@ -231,7 +231,7 @@ class Admin(commands.Cog):
await ctx.send(file=file)
@commands.command(hidden=True)
- @commands.check(is_mod)
+ @commands.check(is_botmaster)
async def blacklist(self,
ctx,
members: commands.Greedy[discord.Member] = None):