From 58c1bac4934a2f98a1773043d5a739d5a8603556 Mon Sep 17 00:00:00 2001 From: Raphael Schubert <41387624+rfschubert@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:05:47 -0300 Subject: [PATCH] Update pkg/channels/telegram.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/channels/telegram.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/channels/telegram.go b/pkg/channels/telegram.go index a5a467f88..81a8a0724 100644 --- a/pkg/channels/telegram.go +++ b/pkg/channels/telegram.go @@ -157,8 +157,8 @@ 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"}, - {Command: "list", Description: "List available options"}, + {Command: "show", Description: "Show current configuration (model or channel)"}, + {Command: "list", Description: "List available options (models or channels)"}, } return c.bot.SetMyCommands(ctx, &telego.SetMyCommandsParams{