diff options
| author | 2022-09-18 12:54:11 +0000 | |
|---|---|---|
| committer | 2022-09-18 12:54:11 +0000 | |
| commit | d7ee28d590e448513dceb5a5fd843fb265470700 (patch) | |
| tree | 4b5a62c9c670210a56ef281433041c6e6574132b /main/development.html | |
| parent | Deploying to docs from @ python-discord/bot-core@127d0efa219d29e15bd71339d0d2... (diff) | |
Deploying to docs from @ python-discord/bot-core@030d15e3a0ae2ecc84ca368aa11ed5d81a3ee202 ๐
Diffstat (limited to 'main/development.html')
| -rw-r--r-- | main/development.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/main/development.html b/main/development.html index c90168a1..aa7a6e74 100644 --- a/main/development.html +++ b/main/development.html @@ -208,6 +208,10 @@ </li> <li class="toctree-l2 "> + <a class="version_link reference internal" href="../v8.2.0/development.html">v8.2.0</a> + </li> + + <li class="toctree-l2 "> <a class="version_link reference internal" href="../v8.1.0/development.html">v8.1.0</a> </li> @@ -371,7 +375,7 @@ This copy is going to be git-ignored, so youโre free to modify it however you <li><p>Configure the environment variables used by the program. You can set them in an <code class="docutils literal notranslate"><span class="pre">.env</span></code> file in the project root directory. The variables are:</p> <ul class="simple"> -<li><p><code class="docutils literal notranslate"><span class="pre">TOKEN</span></code> (required): Discord bot token, with all intents enabled</p></li> +<li><p><code class="docutils literal notranslate"><span class="pre">BOT_TOKEN</span></code> (required): Discord bot token, with all intents enabled</p></li> <li><p><code class="docutils literal notranslate"><span class="pre">GUILD_ID</span></code> (required): The guild the bot should monitor</p></li> <li><p><code class="docutils literal notranslate"><span class="pre">PREFIX</span></code>: The prefix to use for invoking bot commands. Defaults to mentions and <code class="docutils literal notranslate"><span class="pre">!</span></code></p></li> <li><p><code class="docutils literal notranslate"><span class="pre">ALLOWED_ROLES</span></code>: A comma seperated list of role IDs which the bot is allowed to mention</p></li> |