Skip to content

EthanDevadatta/Discordjs-v13-Handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors