From 54dc2f4389bc09924140043e4e6838275125f072 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sun, 14 Jun 2020 23:19:52 -0300 Subject: [PATCH] Grammar --- 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 4a4837e..ec1ae18 100644 --- a/Docker-usage-instructions.md +++ b/Docker-usage-instructions.md @@ -44,12 +44,12 @@ To get your Token and Channel IDs, please refer to [this page](https://github.co ### Environment variables (advanced) -DCE.CLI accepts environment variables as fallback for the `--token` and `--bot` options. +DCE.CLI accepts environment variables as fallbacks for the `--token` and `--bot` options. `DISCORD_TOKEN` for user tokens
`DISCORD_TOKEN_BOT` for bot tokens -You can use these variables either with a combination of the `--env-file` Docker option and a `.env` file or with the `--env` option.
+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:
* [Docker run - Set environment variables](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file)