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.
.
├── 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
This project is licensed under the GNU GENERAL PUBLIC v3 LICENSE - see the LICENSE file for details.
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.