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 "/data/data/com.termux/files/home/BlackDC/main.py", line 206, in bot.run(TOKEN, bot=False) File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/discord/client.py", line 631, in run return future.result() File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/discord/client.py", line 610, in runner await self.start(*args, **kwargs) File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/discord/client.py", line 571, in start raise TypeError("unexpected keyword argument(s) %s" % list(kwargs.keys())) TypeError: unexpected keyword argument(s) ['bot']
The text was updated successfully, but these errors were encountered:
Try installing all the modules and running the script through python3 main.py
python3 main.py
Sorry, something went wrong.
btw are you running termux on android?
Termux devices doesnt really work for me, its really buggy. I tested it out on UsErLand: Ubuntu in android and it worked with a minor bug.
No branches or pull requests
Traceback (most recent call last): File "/data/data/com.termux/files/home/BlackDC/main.py", line 206, in
bot.run(TOKEN, bot=False)
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/discord/client.py", line 631, in run
return future.result()
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/discord/client.py", line 610, in runner
await self.start(*args, **kwargs) File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/discord/client.py", line 571, in start
raise TypeError("unexpected keyword argument(s) %s" % list(kwargs.keys())) TypeError: unexpected keyword argument(s) ['bot']
The text was updated successfully, but these errors were encountered: