mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 19:20:42 +00:00
Fixed docs and readme
This commit is contained in:
parent
83f587a71a
commit
f9b1de50c9
2 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ A full list of modifiers (all chainable):
|
||||||
* strike `~`
|
* strike `~`
|
||||||
* code `` ` ``
|
* code `` ` ``
|
||||||
* codeblock ```` ``` ````
|
* codeblock ```` ``` ````
|
||||||
|
* newline `\n`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
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
|
Example Usage
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue