Musicbot: Music Bot wont run.

Created on 23 Jul 2020  路  6Comments  路  Source: Just-Some-Bots/MusicBot

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'

Most helpful comment

try running this: py -m pip install -U discord.py[voice]

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Quack6666 picture Quack6666  路  5Comments

monstermatt2 picture monstermatt2  路  4Comments

caseydulong picture caseydulong  路  6Comments

Leomelonseeds picture Leomelonseeds  路  6Comments

FerusGrim picture FerusGrim  路  7Comments