FiredragonPlayz / Discordjs-v13-Handler

Advanced Handler for Discord.js v13

Home Page:https://discord.gg/FCP2HWksBU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord.js v13 Handler

Run on Repl.it Stars

This is Very Advanced Handler for Discord.js v13

Features

  • Slash Command Handler (Multi & Single Guild)
  • Message Command Handler
  • Advanced Error Handler
  • Context Menu
  • User Permissions Checking
  • Bot Permissions Checking
  • Under Maintenance Mode
  • Owner Only Commands
  • Supports Mongoose Database Connection

Installation

  • Clone the Repo by typing git clone https://github.com/FiredragonPlayz/Discordjs-v13-Handler or Download the .rar file by clicking Here

  • Set up your .env file with your respective information.

TOKEN = ''
MONGO_CONNECTION_URL = ''
GUILD_ID = ''
SUCCESS_EMOJI = ''
FAILURE_EMOJI = ''
PREFIX = ''
ERROR_LOG_CHANNEL = ''
  • Set up your owners.json file with your respective information.
{
    "owners": [
        "id 1",
        "id 2"     // And So On..
    ]
}
  • Install all The Packages by Doing npm install
  • Start the Bot by Running node . or node index.js (Make Sure you have Node 16)

If you still got issues, Join the Support server



About

Advanced Handler for Discord.js v13

https://discord.gg/FCP2HWksBU

License:MIT License


Languages

Language:JavaScript 99.4%Language:Shell 0.6%