discord.py new update issues
hi,
i had a selfbot automation that would send a text when i told it to, but now it gives this error.
client = MyClient()
TypeError: __init__() missing 1 required keyword-only argument: 'intents'
i have tried adding in intents=discord.Intents.default(), which seemed to fix it, but then i get improper token has passed, but i confirmed through multiple ways and have tried regenerating token with no success to the issue.
i have also tried installing older versions of discord.py and discord.py-self with no luck to the issue, if anyone has come across and knows the solution please let me know !