This is Very Advanced Handler for Discord.js v13
- 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
-
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 .
ornode index.js
(Make Sure you have Node 16)