This commit is contained in:
Chayapak 2023-08-22 16:17:42 +07:00
parent 672de54b26
commit 45704468e7

View file

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