diff options
author | 2023-02-28 09:45:03 +0100 | |
---|---|---|
committer | 2023-02-28 09:45:03 +0100 | |
commit | fefe1e7b80ee6d8f162695d47260d818a414e034 (patch) | |
tree | 942a6a43a690f49db971ff3c4bd5a7c46c35d049 | |
parent | Use "Python program" instead of "Python code" to describe the script (diff) |
Mention that only necessary component IDs needs to be added when configuring manually
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md | 5 |
1 files changed, 3 insertions, 2 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 c3189bbe..4322d0a6 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 @@ -93,8 +93,9 @@ It also contains configurations such as how long it takes for a help channel to If you decided to use the bootstrapping script, you'll find that this file has already been created (which we recommend), otherwise you'll need to create it manually. -To run the bot in your test server, you will **only** need to add the **necessary** configuration values for the channels/roles/categories, etc. -that you'll be using for testing +If you decide to set the configuration values manually, you will **only** need to set the values for the channels, roles, categories, etc. +that are used by the component you are developing. + Let's take an example where we suppose we'll only be testing a feature that needs the `announcements` channel. |