aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content
diff options
context:
space:
mode:
authorGravatar Krypton <[email protected]>2022-04-28 19:37:42 +0200
committerGravatar Krypton <[email protected]>2022-04-28 19:37:42 +0200
commit8f433372ce889b9a61355ca64a23ca11417d920f (patch)
tree283c66f7210f3514eb2077a867953fa3135c11f9 /pydis_site/apps/content
parentSentences check (diff)
Fixed image not at new line
Diffstat (limited to 'pydis_site/apps/content')
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/discord-messages-with-colors.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/discord-messages-with-colors.md b/pydis_site/apps/content/resources/guides/python-guides/discord-messages-with-colors.md
index f4a747c9..e414ff39 100644
--- a/pydis_site/apps/content/resources/guides/python-guides/discord-messages-with-colors.md
+++ b/pydis_site/apps/content/resources/guides/python-guides/discord-messages-with-colors.md
@@ -62,6 +62,7 @@ Result:
![Background and text color result](/static/images/content/discord_colored_messages/result.png)
The way the colors look like on Discord is shown in the image below:
+
![ANSI Colors](/static/images/content/discord_colored_messages/ansi-colors.png)
Note: If the change as not been brought to you yet, or other users, then you can use other code blocks in the meantime to get colored text. See this gist: <https://gist.github.com/matthewzring/9f7bbfd102003963f9be7dbcf7d40e51>