Update !editrole color's docstring

This commit is contained in:
Twentysix 2016-06-11 19:23:33 +02:00
parent 881a1d3212
commit 242d5bf63b

View File

@ -520,10 +520,9 @@ class Mod:
Use double quotes if the role contains spaces.
Colour must be in hexadecimal format.
\"http://www.w3schools.com/colors/colors_picker.asp\"
#cefdf9 -> 0xcefdf9
Examples:
!editrole colour \"The Transistor\" 0xffff00
!editrole colour Test 0xcefdf9"""
!editrole colour \"The Transistor\" #ff0000
!editrole colour Test #ff9900"""
author = ctx.message.author
try:
await self.bot.edit_role(ctx.message.server, role, color=value)