We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0e6ca commit b41acc7Copy full SHA for b41acc7
bot.py
@@ -639,10 +639,7 @@ async def is_blocked(
639
640
blocked_reason = self.blocked_users.get(str(author.id)) or ""
641
642
- if (
643
- not self.check_account_age(author)
644
- or not self.check_guild_age(author)
645
- ):
+ if not self.check_account_age(author) or not self.check_guild_age(author):
646
new_reason = self.blocked_users.get(str(author.id))
647
if new_reason != blocked_reason:
648
if send_message:
0 commit comments