feat(telegram): Updated log message
This commit is contained in:
parent
c83d830428
commit
eb6de1962e
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