resolve conflicts with main; remove test_mochat_channel.py

This commit is contained in:
Re-bin
2026-02-10 06:52:52 +00:00
11 changed files with 519 additions and 137 deletions

View File

@@ -589,6 +589,15 @@ def channels_status():
tg_config
)
# Slack
slack = config.channels.slack
slack_config = "socket" if slack.app_token and slack.bot_token else "[dim]not configured[/dim]"
table.add_row(
"Slack",
"" if slack.enabled else "",
slack_config
)
console.print(table)