Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

mrrobotdotapp/DefaultCommandHandlerWithShardingManager

 
 

Repository files navigation

Default CommandHandler With Sharding Manager

Install

Type the following commands into Terminal.

git clone https://github.com/lahype/DefaultCommandHandlerWithShardingManager.git
cd DefaultCommandHandlerWithShardingManager
npm install

npm install or yarn install to go faster.


Understand projects folders

.
├── app.js (Sharding manager - Launch your script by here)
├── commands (Folder with all commands, you can triage by following any category)
│   ├── Miscellaneous
│   │   └── avatar.js
│   └── System
│       └── uptime.js
├── config.example.json (A example of the configuration of this bot)
├── core.js (Command handler)
├── events
│   ├── guildMemberAdd.js (When a member join the server)
│   ├── guildMemberRemove.js (When a member leave the server)
│   ├── message.js (Check messages like commands and other stuffs)
│   └── ready.js 

License

This project is licensed under the GNU GENERAL PUBLIC v3 LICENSE - see the LICENSE file for details.

🎈 Awesome links

Don't hesitate to follow me, you can also contribute to the development of all projects Open Source of Mr. Robøt by making a donation.

Twitter Follow Discord Follow me on DEV GitHub Sponsors Support me on Buy Me a Coffee

About

A basic command handler w/ Discord.js and ShardingManager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • JavaScript 100.0%