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.