Hi, i edited the code a bit so it use the private custom domain feature instead of the public ones which are provided though the official API.
I've only edited tempmail.py and this issue apper in main.py on line 929.
I'm not sure how i can solve this one, maybe anyone can help me there. thx in adance!
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\DISLOCK\main.py", line 671, in generate_unclaimed
email_v = await self.confirm_email()
File "C:\Users\Administrator\Desktop\DISLOCK\main.py", line 929, in confirm_email
if "mail.discord.com" in str(mail.sender):
AttributeError: 'str' object has no attribute 'sender'
Hi, i edited the code a bit so it use the private custom domain feature instead of the public ones which are provided though the official API. I've only edited tempmail.py and this issue apper in main.py on line 929. I'm not sure how i can solve this one, maybe anyone can help me there. thx in adance!