Discord.py Glitch or random error: TypeError: __new__() got an unexpected keyword argument 'deny_new'

后端 未结 5 1782
情歌与酒
情歌与酒 2020-11-30 10:34

Yesterday, my code was perfectly fine. Everything was running... and it was going great. All of a sudden, this error:

TypeError: __new__() got an unexpected k         


        
5条回答
  •  独厮守ぢ
    2020-11-30 11:30

    Discord pushed a new change that changes the overwrites object.

    Just reinstall the latest version of Discord.py

    python3 -m pip install -U discord.py
    

    That's it.

提交回复
热议问题