From fc4f1f6c3c6fc3a92c8fa2ddf1acd81419cb0f86 Mon Sep 17 00:00:00 2001 From: AnInternetTroll Date: Thu, 6 Aug 2020 18:55:03 +0100 Subject: Check for ban command is fixed --- cogs/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs/admin.py') 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, -- cgit v1.2.3