From 869af4b2a945eee502603aa668b08f7b5a6e287d Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Tue, 24 Dec 2024 15:14:40 +0100 Subject: [PATCH] style --- redbot/core/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/bot.py b/redbot/core/bot.py index 65ec11ce255..c63b2bb9584 100644 --- a/redbot/core/bot.py +++ b/redbot/core/bot.py @@ -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