docs: update README with Discord and multi-channel features

This commit is contained in:
admin
2026-05-05 13:01:39 +00:00
Unverified
parent cbe816a421
commit 48011b2ca6
9 changed files with 533 additions and 50 deletions

View File

@@ -21,5 +21,6 @@ export function checkEnv() {
GLM_BASE_URL: process.env.GLM_BASE_URL || '',
TELEGRAM_BOT_TOKEN: process.env.TELEGRAM_BOT_TOKEN || '',
TELEGRAM_ALLOWED_USERS: process.env.TELEGRAM_ALLOWED_USERS || '',
DISCORD_TOKEN: process.env.DISCORD_TOKEN || '',
};
}