Skip to content

Error #2

@cicosz

Description

@cicosz

C:\Users\USER\Downloads\discord-telegram-bot-master>python bot.py
Traceback (most recent call last):
File "bot.py", line 202, in
bot.run(config.USER_DISCORD_TOKEN, bot=False)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\client.py", line 640, in run
return future.result()
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\client.py", line 621, in runner
await self.start(*args, **kwargs)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\client.py", line 585, in start
await self.connect(reconnect=reconnect)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\client.py", line 499, in connect
await self._connect()
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\client.py", line 463, in _connect
await self.ws.poll_event()
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\gateway.py", line 471, in poll_event
await self.received_message(msg)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\gateway.py", line 425, in received_message
func(data)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\state.py", line 394, in parse_ready
guild = self._add_guild_from_data(guild_data)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\state.py", line 274, in _add_guild_from_data
guild = Guild(data=guild, state=self)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\guild.py", line 177, in init
self._from_data(data)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\guild.py", line 297, in _from_data
self._sync(guild)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\guild.py", line 328, in _sync
self._add_channel(CategoryChannel(guild=self, data=c, state=self._state))
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\channel.py", line 726, in init
self._update(guild, data)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\channel.py", line 737, in _update
self._fill_overwrites(data)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37\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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions