@ -77,7 +77,8 @@ def send_email(subject, body):
except Exception as e:
logger.info(f"Failed to send email: {e}")
client = discord.Client()
intents = discord.Intents.default()
client = discord.Client(intents=intents)
@client.event
async def on_ready():
The note is not visible to the blocked user.