TypeError: __new__() got an unexpected keyword argument 'deny_new'
Goldfire2 opened this issue · 1 comments
Goldfire2 commented
Hi, i have an error when i launch the selfbot :/
Can you help me pls ? ;)
Goldfire2 commented
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