diff --git a/Docker-usage-instructions.md b/Docker-usage-instructions.md index ed369f5..bb5c21c 100644 --- a/Docker-usage-instructions.md +++ b/Docker-usage-instructions.md @@ -54,8 +54,8 @@ To get your Token and Channel IDs, please refer to [this page](https://github.co DCE.CLI accepts environment variables as fallbacks for the `--token` and `--bot` options. -`DISCORD_TOKEN` for user tokens
-`DISCORD_TOKEN_BOT` for bot tokens +- `DISCORD_TOKEN` to set the token +- `DISCORD_TOKEN_BOT` to set whether it's a bot token (`true` or `false`) You can use these variables either with the `--env` Docker option or with a combination of the `--env-file` Docker option and a `.env` file.
Please refer to the Docker documentation for more information: