diff options
| author | 2025-10-21 14:59:02 -0400 | |
|---|---|---|
| committer | 2025-10-21 14:59:02 -0400 | |
| commit | 1c1c9262911458426ee6f78b0a1b8963e9e0d3a3 (patch) | |
| tree | e58fec4db2dd88a67f035a3c6d660a1ff7f0a5b1 | |
| parent | fix dead link to statisic infrastructure page (diff) | |
use a descriptive link name for bot contributing guide
| -rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md index a7efdcd8..10761a39 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md @@ -8,7 +8,7 @@ toc: 3 ## Manual constants configuration Reading this means that you're ready for a bit of manual labour. -If for some reason you've missed the automatic server setup section, you can read about it in the bot contributing guide [here](../bot.md#envserver) +If for some reason you've missed the automatic server setup section, you can read about it in the [bot contributing guide](../bot.md#envserver). To configure the bot manually, you will **only** need to set inside the `.env.server` file the values for the channels, roles, categories, etc. that are used by the component you are developing. |