Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen authored Dec 24, 2024
1 parent 481bed1 commit 869af4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/core/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ async def ignored_channel_or_guild(
else:
# `permissions` attribute will use permissions from the interaction when possible,
# or `ctx.channel.permissions_for(author)` for non-interaction contexts.
perms = ctx.permissions
perms = ctx.permissions
surpass_ignore = (
is_private
or perms.manage_guild
Expand Down

0 comments on commit 869af4b

Please sign in to comment.