diff --git a/redbot/core/bot.py b/redbot/core/bot.py index fa363d5dc..94cc91249 100644 --- a/redbot/core/bot.py +++ b/redbot/core/bot.py @@ -1258,7 +1258,7 @@ class RedBase( if (user_setting := await self._config.user(user).embeds()) is not None: return user_setting else: - if not channel.permissions_for(channel.guild.me).embed_links: + if check_permissions and not channel.permissions_for(channel.guild.me).embed_links: return False if (channel_setting := await self._config.channel(channel).embeds()) is not None: