https://github.com/diwasatreya/advanced-command-handler
Command Handler for discord bot using discord.js. It is very easy to use.
https://github.com/diwasatreya/advanced-command-handler
Last synced: 3 months ago
JSON representation
Command Handler for discord bot using discord.js. It is very easy to use.
- Host: GitHub
- URL: https://github.com/diwasatreya/advanced-command-handler
- Owner: diwasatreya
- License: apache-2.0
- Created: 2021-08-28T16:31:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T17:09:45.000Z (almost 4 years ago)
- Last Synced: 2025-04-15T15:02:56.022Z (3 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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[](https://repl.it/github/diwasatreya/Advanced-Command-Handler)
## 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.