added sleep on fetching updates

This commit is contained in:
2026-01-26 14:36:42 +03:00
parent c503b68814
commit 37397ba90f

1
bot.go
View File

@@ -218,6 +218,7 @@ func (b *Bot) Run() {
if err != nil {
b.logger.Error(err)
}
time.Sleep(time.Millisecond * 10)
}
}()