Update pkg/channels/telegram.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
fa6a8f9a72
commit
63a599732c
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ func (c *TelegramChannel) Stop(ctx context.Context) error {
|
||||||
func (c *TelegramChannel) registerCommands(ctx context.Context) error {
|
func (c *TelegramChannel) registerCommands(ctx context.Context) error {
|
||||||
commands := []telego.BotCommand{
|
commands := []telego.BotCommand{
|
||||||
{Command: "start", Description: "Start the bot"},
|
{Command: "start", Description: "Start the bot"},
|
||||||
{Command: "help", Description: "Show available commands"},
|
{Command: "help", Description: "Show this help message"},
|
||||||
{Command: "show", Description: "Show current configuration"},
|
{Command: "show", Description: "Show current configuration"},
|
||||||
{Command: "list", Description: "List available options"},
|
{Command: "list", Description: "List available options"},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue