diff options
author | 2021-05-16 12:02:30 -0400 | |
---|---|---|
committer | 2021-05-16 12:02:30 -0400 | |
commit | 5a86952a64ad93988777289e97b7e40d6e164171 (patch) | |
tree | 7a3bfccadbc39a389a08179155d80503aff84ab7 | |
parent | Merge pull request #499 from python-discord/swfarnsworth/dave (diff) |
chore: Update sir-lancebot's env var reference
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md index 47f01f44..5c472eb2 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md @@ -15,6 +15,7 @@ The following variables are needed for running Sir Lancebot: | `CHANNEL_ANNOUNCEMENTS` | ID of the #announcements channel | | `CHANNEL_DEVLOG` | ID of the #dev-log channel | | `CHANNEL_COMMUNITY_BOT_COMMANDS` | ID of the #sir-lancebot-commands channel | +| `CHANNEL_REDDIT` | ID of the #reddit channel | --- ## Debug Variables @@ -49,9 +50,10 @@ If you will be working with an external service, you might have to set one of th | `YOUTUBE_API_KEY` | An OAuth Key or Token are required for API access. [Docs](https://developers.google.com/youtube/v3/docs#calling-the-api) | | `TMDB_API_KEY` | Required for API access. [Docs](https://developers.themoviedb.org/3/getting-started/introduction) | | `NASA_API_KEY` | Required for API access. [Docs](https://api.nasa.gov/) | -| `IGDB_API_KEY` | Required for API access. A Twitch account is needed. [Docs](https://api-docs.igdb.com/#about) | | `WOLFRAM_API_KEY` | | | `UNSPLASH_KEY` | Required for API access. Use the `access_token` given by Unsplash. [Docs](https://unsplash.com/documentation) | +| `IGDB_CLIENT_ID` | OAuth2 client ID for authenticating with the [IGDB API](https://api-docs.igdb.com/) | +| `IGDB_CLIENT_SECRET` | OAuth2 secret for authenticating with the IGDB API. *Leave empty if you're not using the IGDB API.* | --- ## Seasonal Cogs @@ -65,7 +67,9 @@ These variables might come in handy while working on certain cogs: | Advent of Code | `AOC_IGNORED_DAYS` | Comma seperated list of days to ignore while calulating score. | | Advent of Code | `AOC_YEAR` | Debug variable to change the year used for AoC. | | Advent of Code | `AOC_CHANNEL_ID` | The ID of the #advent-of-code channel | +| Advent of Code | `AOC_COMMANDS_CHANNEL_ID` | The ID of the #advent-of-code-commands channel | | Advent of Code | `AOC_FALLBACK_SESSION` | | +| Advent of Code | `AOC_SESSION_COOKIE` | | | Valentines | `LOVEFEST_ROLE_ID` | | | Wolfram | `WOLFRAM_USER_LIMIT_DAY` | | | Wolfram | `WOLFRAM_GUILD_LIMIT_DAY` | | |