v1.0.0 beta 13

This commit is contained in:
2026-03-12 14:15:42 +03:00
parent b1b0cbdfbd
commit 0574222608
7 changed files with 17 additions and 19 deletions

View File

@@ -110,7 +110,7 @@ func (bot *Bot[T]) AutoGenerateCommands() error {
continue
}
commands = append(commands, generateBotCommandForPlugin(pl)...)
bot.logger.Debugf("Registered %d commands from plugin %s", len(pl.commands), pl.name)
bot.logger.Debugln(fmt.Sprintf("Registered %d commands from plugin %s", len(pl.commands), pl.name))
}
// Enforce Telegram's 100-command limit