diff options
author | 2023-03-02 15:22:51 +0100 | |
---|---|---|
committer | 2023-03-02 15:22:51 +0100 | |
commit | df9181f99ac329044ec40016a6a82ba8ef7dcc4e (patch) | |
tree | 1822ff2e27d6a9d74a25e6d4263688e7936a05b8 /pydis_site/apps/content/resources | |
parent | add a section that details help forum setup (diff) |
appease linter
Diffstat (limited to 'pydis_site/apps/content/resources')
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md | 2 |
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! |