diff --git a/errornocord/commands/voice/queue.py b/errornocord/commands/voice/queue.py index 7e76f32..8480a00 100644 --- a/errornocord/commands/voice/queue.py +++ b/errornocord/commands/voice/queue.py @@ -251,7 +251,8 @@ async def skip(message): if not command_allowed(message): return - if not players[message.guild.id] and not players[message.guild.id].queue: + if players[message.guild.id] and not players[message.guild.id].queue: + del players[message.guild.id] message.guild.voice_client.stop() await utils.reply( message,