From 553e19d8f62428445dffb3c3f75738bbcf072c4a Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Thu, 29 Oct 2020 01:35:42 +0200 Subject: [PATCH] Updated Docker usage instructions (markdown) --- Docker-usage-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: