diff --git a/redbot/cogs/audio/audio.py b/redbot/cogs/audio/audio.py index 7237d7aa4..0f7d90210 100644 --- a/redbot/cogs/audio/audio.py +++ b/redbot/cogs/audio/audio.py @@ -1776,7 +1776,7 @@ class Audio: if server.id not in stop_times: stop_times[server.id] = None - if p.current is None and [self.bot.user] == p.channel.members: + if [self.bot.user] == p.channel.members: if stop_times[server.id] is None: stop_times[server.id] = int(time.time())