1
0
Fork 0
mirror of synced 2024-05-18 19:42:28 +12:00

Add a command to control colours used

This commit is contained in:
phxntxm 2018-01-01 18:10:57 -06:00
parent a6d0d507d9
commit e97c50edfe

View file

@ -51,7 +51,7 @@ class Roles:
"name": name,
"colour": role_colour
}
await ctx.guild.create_role(**opts)
role = await ctx.guild.create_role(**opts)
# Now add the role
await ctx.author.add_roles(role)