From c4d0a3b2a9bfab31cd43d42746a9c61aa701c760 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Mon, 1 Jan 2018 18:20:27 -0600 Subject: [PATCH] Add a command to control colours used --- cogs/roles.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cogs/roles.py b/cogs/roles.py index 8dfc36e..9a996a6 100644 --- a/cogs/roles.py +++ b/cogs/roles.py @@ -15,8 +15,7 @@ class Roles: @commands.command(aliases=['color']) @commands.guild_only() - @commands.check(utils.is_owner) - # @utils.custom_perms(send_messages=True) + @utils.custom_perms(send_messages=True) @utils.check_restricted() async def colour(self, ctx, role_colour: discord.Colour): """Used to give yourself a role matching the colour given.