Skip to content

Commit b41acc7

Browse files
DAzViseDAzVise
DAzVise
authored and
DAzVise
committed
black formatting
1 parent 9e0e6ca commit b41acc7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bot.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -639,10 +639,7 @@ async def is_blocked(
639639

640640
blocked_reason = self.blocked_users.get(str(author.id)) or ""
641641

642-
if (
643-
not self.check_account_age(author)
644-
or not self.check_guild_age(author)
645-
):
642+
if not self.check_account_age(author) or not self.check_guild_age(author):
646643
new_reason = self.blocked_users.get(str(author.id))
647644
if new_reason != blocked_reason:
648645
if send_message:

0 commit comments

Comments
 (0)