diff --git a/cogs/music.py b/cogs/music.py index 6eb9432..62ea1f7 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -505,7 +505,7 @@ class Music: """ state = self.voice_states.get(ctx.message.guild.id) - if state is None or not state.playing: + if state is None or not state.playing or state.current is None: await ctx.send('Not playing any music right now...') return