From 9a2d05859d8e61f1df9c2c0ac2f624efdbcb21fc Mon Sep 17 00:00:00 2001 From: cyclop-bot <178948048+cyclop-bot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:17:11 -0500 Subject: [PATCH] Add DISCORD_BOT_TOKEN to .env.example for Discord helper support. --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 4646e3e..2b977f2 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,5 @@ TELEGRAM_BOT_TOKEN=your_bot_token_here +DISCORD_BOT_TOKEN=your_discord_bot_token_here PYTHONPATH=${workspaceFolder} GITHUB_TOKEN=your_github_personal_access_token_here GITHUB_REPOSITORY=your_github_username_or_organization/your_repo_name @@ -37,4 +38,4 @@ GLHF_CHAT_API_BASE_URL=https://glhf.chat/api/openai/v1 GLHF_CHAT_SMALL_MODEL=meta-llama/Llama-3.3-70B-Instruct GLHF_CHAT_SMALL_MODEL_MAX_TOKENS=1024 GLHF_CHAT_LARGE_MODEL=deepseek-ai/DeepSeek-V3-0324 -GLHF_CHAT_LARGE_MODEL_MAX_TOKENS=1024 \ No newline at end of file +GLHF_CHAT_LARGE_MODEL_MAX_TOKENS=1024