i recently downloaded pycharm on my second hard disk the D: (python is installed there too)
and when i open my file (.py) my discord bot it says that discord is not a module something like that
pycharm does not see discord.py
I installed and i thought that the program will see python and the other pips but it did not happen so i need help
idk what does that mean
i wanted to finish my discord bot on pycharm, expected to see everything working fine
pycharm does not sees python and discord.py
by the way im not the best programmer ever, its a funny and easy bot to make based on replies
PyCharm uses a venv (virtual environment) and will not share the modules you have with your main python. You can see how to add modules here: https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html
you should go to your pycharm settings, go to the thing that says project name, and select interpreter. On the top of the settings window, there will be a dropdown menu. In that, put in the path to your python modules. On Linux/macOS, this would look like /usr/local/bin/python3.7 or something.
This is not an issue with discord.py.
GitHub issues for this repository should be used to report issues with this library.
They are not a medium for requesting help with PyCharm.
For further help specific to using this library, you should join either the official discord.py server or the Discord API server, as the README also links.
Most helpful comment
by the way im not the best programmer ever, its a funny and easy bot to make based on replies