Merge branch 'master' into develop

This commit is contained in:
Christer Warén
2021-08-21 19:43:57 +03:00
3 changed files with 4 additions and 2 deletions

View File

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