-
ZETO is a nuke bot. All commands will be focused on nuking-related.
-
We have combined threading, queue, requests, and discord.py API to make the commands run as fast as possible. If you are seeing rate limiting logged in your console while using this script, then that is simply because it runs too fast.
-
Python version 3.8.0 or higher is required if you are going to run the file from source code.
- Download the whole thing as a zip.
- Get a discord profile(token) for the bot.
- Make a configuration file with
BuildingKIT.html. - Drag the configured json file next to the executable file(The prebuilt verison)
- Run the executable, and it should give you a bot invite link after the bot is ready. If the console closed by itself that means there's something wrong with the code and please report the issue to this github page.
- (Optional) If the bot is asking for a path-to-the configuration file, you enter a local path or full path for the config file.
-
PrivilegedIntentsRequired (non-selfbot users only)
Solution: Turn on the required 2 buttons . https://i.imgur.com/XJvizxO.png
-
Unreadable json formatting
Solution: This error means that you have an/multiple error(s) in your default.json file, it can be caused by missing/extra commas, brakets, quotes, and the like. You can use https://jsonlint.com/?code= to check your
default.jsonfile. -
Litterary crashed when opening ZETO.exe Causes: It might be caused by anti virus that quarantined this program, old versions of python (needs to be v3.8.0 or higher), old versions of packages (update your discord.py with pip!), didn't install any required packages at all. Solution: Update everything to the latest version, and try turning off anti virus. If you are still having an issue, you should report it in this github page right away.

