1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 01:21:56 +00:00

Update skip.js

This commit is contained in:
MatteZ02 2020-03-11 19:15:35 +02:00
parent 1fe65e0f72
commit f985744170

View File

@ -19,7 +19,7 @@ module.exports = {
return skipSong(serverQueue, msg);
}
} else {
return vote(serverQueue, msg, client);
return skipSong(serverQueue, msg);
}
} else {
return skipSong(serverQueue, msg);