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