1
0
Fork 0
mirror of synced 2024-05-24 06:19:39 +12:00

Add a command to control colours used

This commit is contained in:
phxntxm 2018-01-01 18:20:27 -06:00
parent e97c50edfe
commit c4d0a3b2a9

View file

@ -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.