Merge branch 'master' into develop

This commit is contained in:
Christer Warén
2021-08-21 15:24:33 +03:00
2 changed files with 30 additions and 31 deletions

View File

@ -16,7 +16,6 @@ module.exports = {
if (newState.channel === null) {
client.funcs.statisticsUpdate(client, newState.guild, radio);
radio.connection?.destroy();
radio.audioPlayer?.stop();
return client.radio.delete(newState.guild.id);
}