feat(telegram): Updated log message
This commit is contained in:
parent
c319db431e
commit
e1ba69293e
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ func (c *TelegramChannel) initBotCommands(ctx context.Context) error {
|
||||||
return fmt.Errorf("set commands: %w", err)
|
return fmt.Errorf("set commands: %w", err)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
logger.InfoC("telegram", "Bot commands up to date")
|
logger.DebugC("telegram", "Bot commands are up to date")
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue