This commit is contained in:
2026-02-12 11:17:23 +03:00
parent 60f09e940a
commit ece131c14a
4 changed files with 34 additions and 56 deletions

View File

@@ -44,6 +44,7 @@ func (b *RunnerBuilder) Build() Runner {
}
func (b *Bot) ExecRunners() {
b.logger.Infoln("Executing runners...")
for _, runner := range b.runners {
if !runner.Onetime && !runner.Async {
b.logger.Warnf("Runner %s not onetime, but sync\n", runner.Name)