Allow player.destroy() to take a boolean as parameter
Hello, I would love to have the option to call something like this:
player.destroy(false)
and have the player destroyed, but the bot does not disconnect from the voice channel..
To achieve that I modified the destroy() method in the "MoonlinkPlayers.ts" file to this exact one here:
0 Replies