aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-02 15:22:51 +0100
committerGravatar shtlrs <[email protected]>2023-03-02 15:22:51 +0100
commitdf9181f99ac329044ec40016a6a82ba8ef7dcc4e (patch)
tree1822ff2e27d6a9d74a25e6d4263688e7936a05b8 /pydis_site/apps/content
parentadd a section that details help forum setup (diff)
appease linter
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 7aa18ccc..272ba10a 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
@@ -627,7 +627,7 @@ Once the previous steps are done, all that is left is to:
1. Create a new channel
2. Choose the `Forum` type
3. [Copy its ID](../obtaining-discord-ids#channel-id)
-4. Add the following line to the `.env.server` file: `channels.python_help={newly_created_forum_channel_id}`
+4. Add the following line to the `.env.server` file: `channels.python_help={newly_created_forum_channel_id}`
### Run it!