Alucard-Selfbot/Alucard-Selfbot-src

TypeError: __new__() got an unexpected keyword argument 'deny_new'

Goldfire2 opened this issue · 1 comments

Hi, i have an error when i launch the selfbot :/
Can you help me pls ? ;)

https://pastebin.com/g1rP8XkN

Ok, I finnaly fix this problem on my own. For those wondering how I did it, I simply reinstalled the latest version of discord.py using these commands:

pip uninstall discord.py
pip install discord.py
py -3 -m pip install -U discord.py