We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "C:\Users\User\Desktop\Proiecte py\DingoLingo-master\run.py", line 84, in bot.run(config.BOT_TOKEN, bot=True, reconnect=True) File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\client.py", line 717, in run return future.result() File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\client.py", line 696, in runner await self.start(*args, **kwargs) TypeError: Client.start() got an unexpected keyword argument 'bot' Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x000002AA8C046BF0>
The text was updated successfully, but these errors were encountered:
Please see #110 (comment)
Sorry, something went wrong.
change bot.run(config.BOT_TOKEN, bot=True, reconnect=True) to bot.run(config.BOT_TOKEN)
No branches or pull requests
Traceback (most recent call last):
File "C:\Users\User\Desktop\Proiecte py\DingoLingo-master\run.py", line 84, in
bot.run(config.BOT_TOKEN, bot=True, reconnect=True)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\client.py", line 717, in run
return future.result()
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\client.py", line 696, in runner
await self.start(*args, **kwargs)
TypeError: Client.start() got an unexpected keyword argument 'bot'
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x000002AA8C046BF0>
The text was updated successfully, but these errors were encountered: