Answer the question
In order to leave comments, you need to log in
Error after updating Discord?
After the update, the bot stopped running. What could be the problem?
Mistake:
Traceback (most recent call last):
File "C:\Users\User\Desktop\bot\bot.py", line 64, in <module>
bot.run(token)
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\client.py", line 640, in run
return future.result()
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\client.py", line 621, in runner
await self.start(*args, **kwargs)
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\client.py", line 585, in start
await self.connect(reconnect=reconnect)
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\client.py", line 499, in connect
await self._connect()
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\client.py", line 463, in _connect
await self.ws.poll_event()
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\gateway.py", line 471, in poll_event
await self.received_message(msg)
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\gateway.py", line 425, in received_message
func(data)
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\state.py", line 750, in parse_guild_create
guild = self._get_create_guild(data)
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\state.py", line 725, in _get_create_guild
guild._from_data(data)
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\guild.py", line 296, in _from_data
self._sync(guild)
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\guild.py", line 323, in _sync
self._add_channel(TextChannel(guild=self, data=c, state=self._state))
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\channel.py", line 107, in __init__
self._update(guild, data)
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\channel.py", line 131, in _update
self._fill_overwrites(data)
File "C:\Users\User\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\abc.py", line 294, in _fill_overwrites
self._overwrites.append(_Overwrites(id=overridden_id, **overridden))
TypeError: __new__() got an unexpected keyword argument 'deny_new'
Answer the question
In order to leave comments, you need to log in
just reinstall the version of discord.py:
python3 -m pip install -U discord.py
Go to the developer portal and where you copy the token click regenerate and copy the new token
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question