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
I was trying to install the bot and set it up, but when I ran the command py Bot.py, it raised an error-
py Bot.py
"File "C:\Users\User\Documents\GitHub\Aternos-On-Discord\Bot.py", line 1, in import discord ModuleNotFoundError: No module named 'discord'"
Please help.
The text was updated successfully, but these errors were encountered:
Tried with python instead of py and got this error-
python
py
Sorry, something went wrong.
I was trying to install the bot and set it up, but when I ran the command py Bot.py, it raised an error- "File "C:\Users\User\Documents\GitHub\Aternos-On-Discord\Bot.py", line 1, in import discord ModuleNotFoundError: No module named 'discord'" Please help.
To install discord just type pip install discord in the terminal
pip install discord
@Hridaan965 If this issue is fixed please close it!
No branches or pull requests
I was trying to install the bot and set it up, but when I ran the command
py Bot.py
, it raised an error-"File "C:\Users\User\Documents\GitHub\Aternos-On-Discord\Bot.py", line 1, in
import discord
ModuleNotFoundError: No module named 'discord'"
Please help.
The text was updated successfully, but these errors were encountered: