aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content/resources/guides
diff options
context:
space:
mode:
authorGravatar Amrou <[email protected]>2023-02-25 13:17:40 +0100
committerGravatar Amrou <[email protected]>2023-02-25 13:17:40 +0100
commit6181a81c7cd3c3fb6370f14f932029ed21cc7bc3 (patch)
treedb2ce908e7896785e7c65bb5e7ae490f1bfc4cb3 /pydis_site/apps/content/resources/guides
parentput constants.py inside code tags (diff)
enclose config appendix in yaml code blocks
Diffstat (limited to 'pydis_site/apps/content/resources/guides')
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md
index 709b57b3..a6d41bb6 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md
@@ -153,6 +153,7 @@ See [here](../obtaining-discord-ids) for help with obtaining Discord IDs.
<div class="card-content">
<p>If you used the provided server template, and you're not sure which channels belong where in the config file, you can use the config below. Pay attention to the comments with several <code>#</code> symbols, and replace the <code>�</code> characters with the right IDs.</p>
<pre>
+ <code class="language-yaml">
# Channels configuration
channels.announcements=�
@@ -548,7 +549,8 @@ filters.notify_user_zalgo=false
filters.offensive_msg_delete_days=7
filters.ping_everyone=true
-</pre>
+ </code>
+ </pre>
</div></div></div>
<br>