From f9b1de50c9b5b6c2a1bb9d5ddf3137a8a959455d Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Thu, 29 Oct 2015 20:42:14 +0000 Subject: [PATCH] Fixed docs and readme --- README.md | 1 + docs/docs_module.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 9bd7d0707..94d4564f5 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ A full list of modifiers (all chainable): * strike `~` * code `` ` `` * codeblock ```` ``` ```` +* newline `\n` --- diff --git a/docs/docs_module.rst b/docs/docs_module.rst index 88a5929b7..b537b3cc9 100644 --- a/docs/docs_module.rst +++ b/docs/docs_module.rst @@ -10,6 +10,8 @@ Discord.Colors Currently Colors are only usable in Roles_. You can't use any colour in messages, unless it's syntax highlighting from codeblocks. +.. note:: There is currently an unresolved bug in Discord, long story short any hex colors provided that start with a 0 (e.g. #00FF00) will be changed to #10FF00 to ensure they render properly. + Example Usage ~~~~~~~~~~~~~