Update pkg/channels/telegram.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Raphael Schubert 2026-02-23 00:08:21 -03:00 committed by GitHub
parent 58c1bac493
commit 04e069e246
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,7 @@ func (c *TelegramChannel) registerCommands(ctx context.Context) error {
commands := []telego.BotCommand{
{Command: "start", Description: "Start the bot"},
{Command: "help", Description: "Show this help message"},
{Command: "show", Description: "Show current configuration (model or channel)"},
{Command: "show", Description: "Show current configuration"},
{Command: "list", Description: "List available options (models or channels)"},
}