From 242d5bf63bc61157b1f92c215e0dfe8e3a9179f1 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Sat, 11 Jun 2016 19:23:33 +0200 Subject: [PATCH] Update !editrole color's docstring --- cogs/mod.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cogs/mod.py b/cogs/mod.py index 19dc9763d..9ae682a29 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -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)