From 16ecb2802acf6517b387bfe5349e940220747577 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:46:54 +0000 Subject: [PATCH] Clarify DISCORD_TOKEN env var tip in documentation Agent-Logs-Url: https://github.com/Tyrrrz/DiscordChatExporter/sessions/5f305835-64af-456e-b0b4-6163ece1e8cf Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> --- .docs/Using-the-CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/Using-the-CLI.md b/.docs/Using-the-CLI.md index 0a0aa0d3..7da211b8 100644 --- a/.docs/Using-the-CLI.md +++ b/.docs/Using-the-CLI.md @@ -228,7 +228,7 @@ To export all channels in a specific server, use the `channels` command to list ./DiscordChatExporter.Cli channels -t "mfa.Ifrn" -g 21814 | ./DiscordChatExporter.Cli export -t "mfa.Ifrn" ``` -> **Tip**: To avoid repeating `--token` (or `-t`) twice, set the `DISCORD_TOKEN` environment variable. +> **Tip**: To avoid repeating `--token` (or `-t`) twice, set the `DISCORD_TOKEN` environment variable: `export DISCORD_TOKEN="mfa.Ifrn"` (Linux/macOS) or `set DISCORD_TOKEN=mfa.Ifrn` (Windows). Then you can omit `-t` from both commands. #### Including threads