From 83ac9e6d88da80a5ef291190682034e7a3038f35 Mon Sep 17 00:00:00 2001 From: Raphael Schubert <41387624+rfschubert@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:08:28 -0300 Subject: [PATCH] Update pkg/channels/telegram.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/channels/telegram.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/channels/telegram.go b/pkg/channels/telegram.go index b229e0a1d..a5a467f88 100644 --- a/pkg/channels/telegram.go +++ b/pkg/channels/telegram.go @@ -158,7 +158,7 @@ func (c *TelegramChannel) registerCommands(ctx context.Context) error { {Command: "start", Description: "Start the bot"}, {Command: "help", Description: "Show this help message"}, {Command: "show", Description: "Show current configuration"}, - {Command: "list", Description: "List available options (models or channels)"}, + {Command: "list", Description: "List available options"}, } return c.bot.SetMyCommands(ctx, &telego.SetMyCommandsParams{