Grammar

Yudi
2020-06-14 23:19:52 -03:00
parent 0267e82143
commit 54dc2f4389

@@ -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<br/>
`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.<br/>
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.<br/>
Please refer to the Docker documentation for more information:<br/>
* [Docker run - Set environment variables](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file)<br/>