typo in music

This commit is contained in:
ChomeNS 2023-03-22 18:08:27 +07:00
parent d03ad70fb1
commit eb50982a9a

View file

@ -135,7 +135,7 @@ public class MusicPlayerPlugin extends SessionAdapter {
if (songQueue.size() == 0) {
stopPlaying();
bot.chat().tellraw(Component.text("Finished playing every sone in the queue"));
bot.chat().tellraw(Component.text("Finished playing every song in the queue"));
return;
}
if (currentSong.size() > 0) {