diff --git a/pkg/channels/telegram.go b/pkg/channels/telegram.go index 81a8a0724..b229e0a1d 100644 --- a/pkg/channels/telegram.go +++ b/pkg/channels/telegram.go @@ -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)"}, }