Update pkg/channels/telegram.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
04e069e246
commit
83ac9e6d88
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue