aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content
diff options
context:
space:
mode:
authorGravatar Amrou <[email protected]>2023-02-25 13:14:00 +0100
committerGravatar Amrou <[email protected]>2023-02-25 13:14:00 +0100
commit493adc94f96f7444e9b449795d397d2213a78788 (patch)
tree1481481644d0c1d0762b861b403dc29ee7eff8a6 /pydis_site/apps/content
parentupdate the run it link (diff)
put constants.py inside code tags
Diffstat (limited to 'pydis_site/apps/content')
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md2
1 files changed, 1 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 dba4b280..709b57b3 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
@@ -578,7 +578,7 @@ We understand this is tedious which is why we **recommend** using the [automatic
</button>
<div class="collapsible-content collapsed">
<div class="card-content">
- While it's technically possible to edit the values in `constants.py` to match your server, it is heavily discouraged.
+ While it's technically possible to edit the values in <code>constants.py</code> to match your server, it is heavily discouraged.
This file's purpose is to provide the configurations the Python bot needs to run in the Python server in production, and should remain as such.
In contrast, the <code>.env.server</code> file can remain in your local copy of the code, and will be ignored by commits via the project's <code>.gitignore</code>.
</div>