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.
- Host: GitHub
- URL: https://github.com/willuhmjs/v12-discord-bot-template
- Owner: willuhmjs
- Created: 2021-05-27T00:45:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T12:57:13.000Z (about 5 years ago)
- Last Synced: 2025-02-03T07:32:32.391Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).