Version 0.9.3b - Ajout du skip cut
This commit is contained in:
parent
b662ff3744
commit
35ea19b743
@ -394,10 +394,14 @@ module.exports.skip = function (client, interaction) {
|
|||||||
|
|
||||||
let player = client.manager.players.get("137291455336022018")
|
let player = client.manager.players.get("137291455336022018")
|
||||||
|
|
||||||
if(list.haveSongs()) {
|
if(player) {
|
||||||
|
|
||||||
player.stop()
|
player.stop()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user