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{