-
Notifications
You must be signed in to change notification settings - Fork 35
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
Bot won't start #31
Comments
Hi @ImASadBoy On top of the .env file, you can create a file literally called ".env", it will be like a .txt file, and then put your information there like this:
This is the project in my own computer, here you can see where the .env is located: |
Here is the result of |
Probably the To do that go to any folder and type the commands:
To avoid activating the virtual enviroment each time, if you are using VSCode you can change the Python Interpreter to the python executable that is in ./Vulkan/Scripts/python.exe and in that way every time you open a terminal in VSCode the virtual environment will be activate. For this type More information: Let me know if you could fix this issue! |
Hello again, I followed the steps above mentioned by you for the virtual environment, but it still doesn't work, I skipped the |
I fixed it by uninstalling discord.py, I'll move all my projects on pycord |
I'm inside a folder called Vulkan and inside it a folder called Scripts, inside it there are some files, the first three start with activate.*, if you run any of them the environment will activate, you can for example access the Scripts folder and type : Not sure if you have those three files because I'm in Windows and in Linux it might be a little different but I'm pretty sure you have something like activate. But uninstalling discord.py is also a possible solution :) |
Hello! I got this problem: https://pastebin.com/Gywr4pLK
Bot won't start, I'm using Python 3.10.06, installed every dependency, I'm on Ubuntu 22.04, I don't know how to set the .env file so I just replaced the tokens in the Config.py file and all tests seem to work.
The text was updated successfully, but these errors were encountered: