From 5803b56680f62929e0c6ffe7f866921e8cbec29c Mon Sep 17 00:00:00 2001 From: ZR2 Date: Tue, 26 Jan 2016 04:49:37 +1030 Subject: [PATCH] Updated readme with color command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97a883cc..39686879 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Command and aliases | Description | Usage `.sr`, `.setrole` | Sets a role for a given user. | .sr @User Guest `.rr`, `.removerole` | Removes a role from a given user. | .rr @User Admin `.r`, `.role`, `.cr` | Creates a role with a given name, and color. | .r AwesomeRole Orange +`.color`, `.c` | Set a role's color to the rgb(0-255 0-255 0-255) color value provided. | .color Admin 255 255 255 `.b`, `.ban` | Bans a mentioned user `.ub`, `.unban` | Unbans a mentioned user `.k`, `.kick` | Kicks a mentioned user.