ZerioDev / Music-bot

A complete code to download for a cool Discord music bot !
https://discord.gg/5cGSYV8ZZj
GNU General Public License v3.0
869 stars 1.05k forks source link

Loop spamming #173

Closed DEPSTRCZ closed 1 year ago

DEPSTRCZ commented 2 years ago

I have an problem when im playing song and set it to loop it keeps spamming " Now playing songname" can i turn that off?

milbits commented 2 years ago

try adding this at the top of trackStart.js

if(client.player.getQueue(message).loopMode) return
DEPSTRCZ commented 2 years ago

Nope... That must be somewhere else nothing happend still spam

revot334 commented 1 year ago

fixed update discord.js version