diff options
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> |