diff --git a/cogs/music.py b/cogs/music.py index b72dde7..e12dd1b 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -302,7 +302,7 @@ class Music: return state = self.voice_states.get(ctx.message.guild.id) - if state and state.voice: + if state and state.voice and state.voice.channel: await state.voice.move_to(channel) return True else: