Version 1.0.0b - Final Version
This commit is contained in:
parent
bcb3f6e298
commit
c5a24bd596
@ -211,6 +211,8 @@ module.exports.List = class {
|
||||
this.remove(next[0])
|
||||
|
||||
}
|
||||
|
||||
process.emit("MUSIC_UPDATE_STATE")
|
||||
}
|
||||
|
||||
async playlistAdd(playlist, interaction, userId, ) {
|
||||
@ -291,7 +293,7 @@ module.exports.List = class {
|
||||
|
||||
const song_finded = await client.manager.search(song.uri)
|
||||
next.push(song_finded.tracks[0])
|
||||
|
||||
process.emit("MUSIC_UPDATE_STATE")
|
||||
}
|
||||
|
||||
if(!player.playing) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user