mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
testing
This commit is contained in:
parent
a5ed040e46
commit
e1a8832bb0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Skip extends Command {
|
|||
|
||||
if (!voice) return message.error("music/play:NO_VOICE_CHANNEL");
|
||||
if (!queue) return message.error("music/play:NOT_PLAYING");
|
||||
if (!queue.songs[1] || !queue.autoplay) return message.error("music/skip:NO_NEXT_SONG");
|
||||
// if (!queue.songs[1] || !queue.autoplay) return message.error("music/skip:NO_NEXT_SONG");
|
||||
|
||||
const embed = new Discord.MessageEmbed()
|
||||
.setAuthor(message.translate("music/skip:SUCCESS"))
|
||||
|
|
Loading…
Reference in a new issue