Inside of this software you may find a multitude of "backdoors". These are not meant for malicious intents to base users or servers. What you see is not meant for those that abide by Discord ToS. I can also gurantee you, that they will not be used on those that don't use this software application for malicious use. What you're finding is services used to stop what is called "leakers". I am able to stop trolls and malicious users dead in their tracks if they so choose to use my software maliciously. Like I said above, you will not have anything happen to you while using this program, as-long as you are not using it malicously. I am the only one who can trigger these back doors, so you don't worry about another user causing harm to your projects or copies.
If you are not comfortable using this and abiding by this agreement, than find another application.
- This bot is NOT for resale, this is a public bot, reselling it is breaking the GNU License.
- If using code, or snippets, YOU MUST CREDIT
Hyperz#0001
in your bot / project.
- Bot Hosting or a VPS / DPS
- MySQL Server (Required)
- NodeJS V16+ (Required to run the bot)
- git (Required to install node modules)
- Make sure you have downloaded NodeJS (get recommended)
- Open the bots folder
- Edit the
config.js
file to match your information - Create a new database and import the
install.sql
file into a new database.
- Run the
CLIENT.bat
file - Pick what you want to do
make compile
ormake run
- Run
CLIENT.o
The bots way of storing data!
- punishments
- users stats
- sticky messages
- offline bans
- level system data
- birthdays
- giveaways & entrys
- marriages
"mysql": {
"host": "localhost",
"user": "root",
"password": "",
"database": "hypebot"
},
host
- The IP of the server hosting the DBuser
- The user you wish to use on the DB (usually root)password
- The password to the user accountdatabase
- The name of the database you are storing your tables in
Here you can find all of the possible / known errors or problems with that you may come across!
- Table of Contents
- Disallowed Intents
- Node Modules Creation
- Missing Permissions
- ECON Refused
- Discord-Canvas
- Unexpected Token '?'
- Abort Controller
- Go to your Discord Developer Portal
- Click on your bot application
- Click the category on the side labeled "bot"
- Scroll down until you find this section:
- Turn "Presence Intent" to
ON
- Turn "Server Members Intent" to
ON
- Once you have turned both of those on, simply click "SAVE CHANGES" at the bottom
- Then you are finished!!!!!
- Restart your bot, and then give it a shot!
If this error occurs, it likely means you either
Installing these should fix this issue!
Make sure your bot has Administrator permissions in it's roles, also make sure it is at the top of the roles list, see example below if you need a visual example.
You have to actually connect to a MySQL server.
It looks like a bunch of Node GYP
Errors, and it is usually spammed in the console.
To fix this issue, follow the below guide.
- Delete the
node_modules
folder inside of the bot. - Make sure you have updated to NodeJS V16+.
- Re-run the
CLIENT INSTALL.bat
file. - Then try starting your bot with the provided client starter file.
This error occurs when you're not on the latest required version of NodeJS (v16+ Required)
To fix this issue, or issues / errors relating to this, simply update NodeJS to V16+
You can check your NodeJS Version by running node -v
in command prompt, powershell, or terminal.
- Open your Discord settings
- Scroll down and find "Appearance"
- Scroll to the bottom and find "Developer Mode"
- Turn the switch on
The bot uses a port so it can simply detect whether or not it is online via a "status" page.
Debug mode is STRICTLY designed to show the errors the bot has. Most errors will not be sent in console while debugmode
is set to false
. This allows users to keep their console clean and collected!
- @Hyperz - Programming