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