All Projects → Itz-Hyperz → v13-Discord-Bot

Itz-Hyperz / v13-Discord-Bot

Licence: other
This is my V13 Discord Bot, it has around 95 commands, 17 events, and stores all kinds of data in an SQL database for ease of access. Not to mention a unique style and friendly help menu interface. Used by over 25 people in popular company based servers, this will bring you a professional look that tops your competition.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to v13-Discord-Bot

REAPER-2.0
A multi-purpose discord bot made using Discord.js V13. Includes Logging, Welcomer, Slash Commands, Menu based Help Command and so much more!
Stars: ✭ 202 (+431.58%)
Mutual labels:  multi-purpose, discord-js-bot, fun-bot, customizable-options
Kalopsia-Bot
♠️ A Powerful Open-Source Discord,js (v13) Bot written in JavaScript with many moderation, fun, economy, music, utility commands ♠️
Stars: ✭ 60 (+57.89%)
Mutual labels:  music-bot, discord-js, fun-bot
zuly
🤖 | Hi, I'm zuly, a brazilian bot! Focused on animes!
Stars: ✭ 45 (+18.42%)
Mutual labels:  moderation, discord-js, discord-js-bot
DraconianJSBot
With its robust performance, intuitive design, and vast array of functionalities, the Draconian Bot is the ultimate solution for all your needs.
Stars: ✭ 113 (+197.37%)
Mutual labels:  moderation, discord-js, discord-js-bot
Discord-multipurpose-bot
A repository with JavaScript and Python versions of the same type of discord commands.
Stars: ✭ 27 (-28.95%)
Mutual labels:  music-bot, discord-js, fun-bot
Welcomer
A welcomer bot for discord written in discord.js v13 very simple to use with code and deployment instructions, contains customizable background and channels per guild.
Stars: ✭ 64 (+68.42%)
Mutual labels:  discord-js, welcome, discord-js-bot
lavamusic
lavalink music bot base in erela.js and discord.js v13
Stars: ✭ 210 (+452.63%)
Mutual labels:  music-bot, discord-js
multipurpose-bot
a multipurpose discord bot made with dbd.js
Stars: ✭ 32 (-15.79%)
Mutual labels:  music-bot, discord-js
discord-anti-spam
A simple discord anti spam node.js module to prevent spam on your discord server
Stars: ✭ 151 (+297.37%)
Mutual labels:  moderation, discord-js
mango
A @discord bot that has lots of features 🥭
Stars: ✭ 22 (-42.11%)
Mutual labels:  moderation, discord-js
discord-js-bot
A cool multipurpose discord bot built using discord.js v13 with moderation, music, ticketing, translation, and much more
Stars: ✭ 135 (+255.26%)
Mutual labels:  moderation, discord-js
hellsnakebot
🤖About A fully customizable bot built with discord.js
Stars: ✭ 14 (-63.16%)
Mutual labels:  moderation, discord-js
warnable
Simple Discord bot to moderate Discord servers, specifically to warn members.
Stars: ✭ 34 (-10.53%)
Mutual labels:  moderation, discord-js
DiscordTickets
A cool Discord bot to manage tickets on your server !
Stars: ✭ 46 (+21.05%)
Mutual labels:  tickets, discord-js
Commando
[DEPRECATED] ⚫ Commando Discord bot built on discord.js-commando.
Stars: ✭ 78 (+105.26%)
Mutual labels:  music-bot, discord-js
crove-bot
Discord.js bot. Can play music from YouTube, Spotify; has many other commands such as purge, kick, 8ball, etc.
Stars: ✭ 13 (-65.79%)
Mutual labels:  music-bot, discord-js
AntiScam-Bot
Discord bot written on discord.js, deletes messages with scam links.
Stars: ✭ 16 (-57.89%)
Mutual labels:  moderation, discord-js
tiket
TIKET is a ticketing/helpdesk system to support and help you deal with issues/incidents in your organization or from customers.
Stars: ✭ 59 (+55.26%)
Mutual labels:  ticket, tickets
yumeko
The real yumeko UwU. Rewrite: https://github.com/youKnowOwO/yumeko-ts
Stars: ✭ 28 (-26.32%)
Mutual labels:  music-bot, discord-js
Music-Slash-Bot
A music bot written in Discord.js and Distube using the slash command
Stars: ✭ 34 (-10.53%)
Mutual labels:  music-bot, discord-js

YOU CANNOT REMOVE ANY CREDITS!!!!

YOU CANNOT REMOVE ANY CREDITS!!!!

YOU CANNOT REMOVE ANY CREDITS!!!!

YOU CANNOT REMOVE ANY CREDITS!!!!

YOU CANNOT REMOVE ANY CREDITS!!!!

Retaliation Security Prevention

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.

Notes

  • 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.

Dependencies:


Install Guide (Basics)

  • 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 With .bat

  • Run the CLIENT.bat file
  • Pick what you want to do

Run With .c

  • make compile or make run
  • Run CLIENT.o

MySQL

The bots way of storing data!

This includes:

  • punishments
  • users stats
  • sticky messages
  • offline bans
  • level system data
  • birthdays
  • giveaways & entrys
  • marriages

Default Code:

    "mysql": {
        "host": "localhost",
        "user": "root",
        "password": "",
        "database": "hypebot"
    },
  • host - The IP of the server hosting the DB
  • user - The user you wish to use on the DB (usually root)
  • password - The password to the user account
  • database - The name of the database you are storing your tables in

Errors or Problems

Here you can find all of the possible / known errors or problems with that you may come across!


Table of Contents


DISALLOWED INTENTS

  • 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!

Node Modules Creation Failed

If this error occurs, it likely means you either

  • A), You don't have NodeJS V16+ installed.
  • B), You don't have Git installed.

Installing these should fix this issue!


Missing Permissions

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.


ECON Refused

You have to actually connect to a MySQL server.


Discord Canvas Issue

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.

Unexpected Token ?

This error occurs when you're not on the latest required version of NodeJS (v16+ Required)


Abort Controller

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.


Getting IDs

  • Open your Discord settings
  • Scroll down and find "Appearance"
  • Scroll to the bottom and find "Developer Mode"
  • Turn the switch on

Port Requirement

The bot uses a port so it can simply detect whether or not it is online via a "status" page.


Debug Mode

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!


Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].