mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-07 07:26:13 +00:00
Grammar
@@ -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/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user