Add DISCORD_BOT_TOKEN to .env.example for Discord helper support.

This commit is contained in:
cyclop-bot
2025-06-03 14:17:11 -05:00
parent eb727765d7
commit 9a2d05859d
+1
View File
@@ -1,4 +1,5 @@
TELEGRAM_BOT_TOKEN=your_bot_token_here TELEGRAM_BOT_TOKEN=your_bot_token_here
DISCORD_BOT_TOKEN=your_discord_bot_token_here
PYTHONPATH=${workspaceFolder} PYTHONPATH=${workspaceFolder}
GITHUB_TOKEN=your_github_personal_access_token_here GITHUB_TOKEN=your_github_personal_access_token_here
GITHUB_REPOSITORY=your_github_username_or_organization/your_repo_name GITHUB_REPOSITORY=your_github_username_or_organization/your_repo_name