An open API service indexing awesome lists of open source software.

https://github.com/willuhmjs/v12-discord-bot-template

v12-discord-bot-template is a comprehensively-commented Discord bot template that includes a command handler to help manage commands.
https://github.com/willuhmjs/v12-discord-bot-template

Last synced: 8 months ago
JSON representation

v12-discord-bot-template is a comprehensively-commented Discord bot template that includes a command handler to help manage commands.

Awesome Lists containing this project

README

          

# discord-bot-template
discord-bot-template is a comprehensively-commented Discord bot template that includes a command handler to help manage commands.

## Installation / Configuration
- `git clone https://github.com/willuhm-js/discord-bot-template`
- `cd discord-bot-template`
- `npm install`
- Edit the configuration in `src/config.js`
- `node src/index.js`

## License
**discord-bot-template** is licensed under the [MIT License](https://github.com/willuhm-js/discord-bot-template/blob/master/LICENSE).