the bot keeps disconnecting while playing

if I play a song after a while it get skipped or the bot disconnect in the middle of the song, even if there is a queue the bot skips the songs and disconnect !
A
asszxā€¢352d ago
this is the "nodeQueueFinish" code :
await client.destroyPlayer(queue.player.guildId).then(queue.player.disconnect());

console.log("Queue has ended.")
await client.destroyPlayer(queue.player.guildId).then(queue.player.disconnect());

console.log("Queue has ended.")
it logs every time "Queue has ended." when the issue appears šŸ˜ƒ . anyone ? @team šŸ™‚
V
vizteaā€¢330d ago
that's crazy no one ever saw this