feat(telegram): Fix text
This commit is contained in:
parent
bfb9d8f644
commit
d1a66cbf50
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ func (c *TelegramChannel) initBotCommands(ctx context.Context) error {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Command: "show",
|
Command: "show",
|
||||||
Description: "Show the current configuration",
|
Description: "Show current configuration",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Command: "list",
|
Command: "list",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue