Update pkg/channels/telegram.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Raphael Schubert 2026-02-23 00:02:00 -03:00 committed by GitHub
parent fa6a8f9a72
commit 63a599732c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,7 +156,7 @@ func (c *TelegramChannel) Stop(ctx context.Context) error {
func (c *TelegramChannel) registerCommands(ctx context.Context) error {
commands := []telego.BotCommand{
{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: "list", Description: "List available options"},
}