diff --git a/redbot/cogs/audio/core/events/cog.py b/redbot/cogs/audio/core/events/cog.py index 8d5acdd96de..55bfa4f84a6 100644 --- a/redbot/cogs/audio/core/events/cog.py +++ b/redbot/cogs/audio/core/events/cog.py @@ -198,6 +198,8 @@ async def on_red_audio_track_auto_play( if not guild: return notify_channel = guild.get_channel_or_thread(player.fetch("notify_channel")) + if not notify_channel: + return has_perms = self._has_notify_perms(notify_channel) tries = 0 while not player._is_playing: