-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
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
Error when running bot #1594
Comments
Those issues are still relevant if you're trying to use the async branch with Python 3.7. |
It's a very simple problem. The error tells us that you have no module named discord but before it worked. That tells us that PyCharm has made a venv(short for virtual environment) in this venv you have not installed discord.py . To fix, either install discord.py through PyCharm in your venv or disable the venv. |
@bluephoenixgame They have discord.py installed. |
Hmm, yeah. Maybe the venv Is python 3.7 |
About
My python bot was working normal, until i switched to PyCharm IDE and it messed with something that will make the bot to not start. I tried reinstalling python, discordpy but nothing works! I even deleted the files.
Error
The text was updated successfully, but these errors were encountered: