-
Notifications
You must be signed in to change notification settings - Fork 24
object of none #93
Comments
There is a warning message that indicates that the directory where the "pip.exe", "pip3.10.exe", and "pip3.exe" scripts are installed is not currently included in your system's PATH environment variable. This means that you may not be able to run these scripts from any location in your command prompt or terminal, and you may need to navigate to the directory where they are installed in order to use them. To add the directory to your system's PATH environment variable, follow these steps: Open the Start menu and search for "Environment Variables". Alternatively, if you prefer to suppress this warning, you can use the "--no-warn-script-location" option when running pip commands. For example, instead of running "pip install ", you can run "pip install --no-warn-script-location ". |
Have you made sure your config is filled correctly? |
discord.gg/cowsgomoo You can litterly see your self on share screen everythings set correctly. i will litterly pay you to make it work if you think you know better. |
Hello @UwUTheDog , my best guess would be incorrect token or something related to your authorization thought Discord's gateway (which I use to receive all the new events addressed to that token) and, since you are not being authorized, it tries to get key-values from a None type event returned from the gateway (crashing the bot). I can't say for sure what exactly is going on, but I was able to replicate your issue by setting a wrong value to my token parameter as you can see here: |
Fixed now i had to get my token a diff way it wasnt showing the real one up i recomend this site |
Hello @UwUTheDog , I'm glad it worked out then. Just for closure, there is already a guide about how to get the token and other important topics on this repo: FAQ. |
Get this error when starting it. followed steps properly.
The text was updated successfully, but these errors were encountered: