Advanced-Command-Handler icon indicating copy to clipboard operation
Advanced-Command-Handler copied to clipboard

Command Handler for discord bot using discord.js. It is very easy to use.

Information

It is command handler for discord bot. You can add many commands given by most of the developer server. It supports aliases, description, category, and usage.

Installation

First clone the repo:

git clone https://github.com/diwasatreya/Advanced-Command-Handler.git

Host in REPLIT

image

Setup

  • Add TOKEN in .env file and for replit users in secrets
  • Add prefix and developerID in config.json
  • Run command: node index.js

Change Status

  • Goto index.js line 99 then you can change it to idle, online, dnd and offline.

Changing

  • Goto commands folder and change Category 1 and Category 2 into category name like Fun, Info, Moderation etc.

Changing message when bot is mentioned

  • Goto index.js and change from 34 line numberto 44 line.