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 ~~~~~~~~~~~~~