From 577a06e095c7ddcf9f5312a94c83f87a75f5c88c Mon Sep 17 00:00:00 2001 From: AAP <46041660+null2264@users.noreply.github.com> Date: Fri, 7 Aug 2020 07:41:51 +0700 Subject: Update admin.py --- cogs/admin.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cogs/admin.py') diff --git a/cogs/admin.py b/cogs/admin.py index eff6de6..1a814d6 100755 --- a/cogs/admin.py +++ b/cogs/admin.py @@ -313,10 +313,10 @@ class Admin(commands.Cog): message += f'{player}, ' await ctx.send(f'{message[:-2]}```') - @commands.command() - @commands.check(is_botmaster) - async def give_role(self, ctx, role_id): - await ctx.author.add_roles(role_id) + @commands.command() + @commands.check(is_botmaster) + async def give_role(self, ctx, role_id): + await ctx.author.add_roles(role_id) def setup(bot): -- cgit v1.2.3