aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content/resources
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-10 22:55:11 +0100
committerGravatar shtlrs <[email protected]>2023-03-10 22:55:11 +0100
commitbecd1d6357abb35963898e2f78e55225da2e64fc (patch)
treee753832dad388fab12d02d230b8cefc143aedf2f /pydis_site/apps/content/resources
parentdefine .env & .env.server then display their usage (diff)
appease linter
Diffstat (limited to 'pydis_site/apps/content/resources')
-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 3fbec090..ccf94046 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
@@ -53,7 +53,7 @@ otherwise a lot of it has to be done by hand which will be detailed in the [manu
This file will mostly contain sensitive information such as your `BOT_TOKEN` and your `REDIS_PASSWORD`, and other configurations related to external services that the bot might use,
such as: `USE_METRICITY`, etc. which are all not necessarily coupled to things that can be fetched from your server, with the only exception to `GUILD_ID`.
-**Notes**:
+**Notes**:
* Both `.env` and `.env.server` are and should remain ignored by git, otherwise you risk pushing sensitive information.
* Skip the following step if you would like to configure the bot manually, but that will require more work.