aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-10-17 14:56:32 +0200
committerGravatar GitHub <[email protected]>2021-10-17 14:56:32 +0200
commit51f575e37da0183afd9a59e42bd2f1c8bb2b5d98 (patch)
treeaebd8f4f4d3a6e9663f12596a701c15743822735 /pydis_site/apps
parentMerge pull request #593 from python-discord/new-ban-appeals-process (diff)
parentRemove stray `#` in bot guide (diff)
Merge pull request #614 from python-discord/mbaruh-patch-1
Remove stray `#` in bot guide
Diffstat (limited to 'pydis_site/apps')
-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 27c67e37..183f1505 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
@@ -648,7 +648,7 @@ The following is a list of all available environment variables used by the bot:
| Variable | Required | Description |
| -------- | -------- | -------- |
-| `BOT_TOKEN` | Always | Your Discord bot account's token (see [Set Up a Bot Account](##set-up-a-bot-account)). |
+| `BOT_TOKEN` | Always | Your Discord bot account's token (see [Set Up a Bot Account](#set-up-a-bot-account)). |
| `BOT_API_KEY` | When running bot without Docker | Used to authenticate with the site's API. When using Docker to run the bot, this is automatically set. By default, the site will always have the API key shown in the example below. |
| `BOT_SENTRY_DSN` | When connecting the bot to sentry | The DSN of the sentry monitor. |
| `BOT_TRACE_LOGGERS ` | When you wish to see specific or all trace logs | Comma separated list that specifies which loggers emit trace logs through the listed names. If the ! prefix is used, all of the loggers except the listed ones are set to the trace level. If * is used, the root logger is set to the trace level. |