Fix Restart #5
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
This commit is contained in:
parent
244ecae5b7
commit
a43fd09e9b
@ -22,6 +22,16 @@ module.exports = {
|
||||
|
||||
interaction.reply({embeds: [embed]})
|
||||
|
||||
let player = client.manager.players.get(interaction.guild.id)
|
||||
|
||||
if(player) {
|
||||
|
||||
player.destroy()
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
const nodes = [
|
||||
{
|
||||
host: "lavalink.devamop.in",
|
||||
|
Loading…
x
Reference in New Issue
Block a user