fix(gateway): keep env-token Slack enabled

This commit is contained in:
helix4u
2026-04-27 12:58:42 -06:00
committed by kshitij
parent e0e67a99bb
commit 49fb75463f
3 changed files with 92 additions and 1 deletions

1
cli.py
View File

@@ -6000,6 +6000,7 @@ class HermesCLI:
platform_status = {
Platform.TELEGRAM: ("Telegram", "TELEGRAM_BOT_TOKEN"),
Platform.DISCORD: ("Discord", "DISCORD_BOT_TOKEN"),
Platform.SLACK: ("Slack", "SLACK_BOT_TOKEN"),
Platform.WHATSAPP: ("WhatsApp", "WHATSAPP_ENABLED"),
}