5000 && idea

This commit is contained in:
Chayapak 2023-08-19 10:17:57 +07:00
parent 7b161eac4b
commit 606bb4c041

View file

@ -290,7 +290,7 @@ public class MusicPlayerPlugin extends Bot.Listener {
while (currentSong.reachedNextNote()) {
final Note note = currentSong.getNextNote();
if (notesPerSecond > 2500) continue;
if (notesPerSecond > 5000 && bot.core.hasRateLimit()) continue;
float key = note.pitch;