starting today I am getting this error message upon starting up the bot:
[ERROR] launcher: Error starting bot
Traceback (most recent call last):
File "run.py", line 373, in main
m.run()
...
...
self._overwrites.append(_Overwrites(id=overridden_id, **overridden))
TypeError: __new__() got an unexpected keyword argument 'deny_new'
Getting the same
try running this: py -m pip install -U discord.py[voice]
that's what worked for me
It worked for me as well, looks like it installed version 1.3.4 instead of the 1.2.5 listed in the requirements
this worked for me thanks!
Closing because information on how to fix is available.
Most helpful comment
try running this: py -m pip install -U discord.py[voice]