https://github.com/memte/examplebot
Example Bot Handler Using Discord.js! (V14 - V13)
https://github.com/memte/examplebot
discord discord-bot discord-bot-template discord-js discord-js-bot discord-js-example discord-js-handler discord-js-handler-v13 discord-js-handler-v14 discord-js-template discord-js-v13 discord-js-v13-command-handler discord-js-v14 discord-js-v14-command-handler slash-command-handler slash-commands-handler
Last synced: 8 months ago
JSON representation
Example Bot Handler Using Discord.js! (V14 - V13)
- Host: GitHub
- URL: https://github.com/memte/examplebot
- Owner: memte
- License: mit
- Created: 2022-07-18T20:33:59.000Z (over 3 years ago)
- Default Branch: v14
- Last Pushed: 2025-05-01T09:54:40.000Z (9 months ago)
- Last Synced: 2025-05-01T10:35:41.084Z (9 months ago)
- Topics: discord, discord-bot, discord-bot-template, discord-js, discord-js-bot, discord-js-example, discord-js-handler, discord-js-handler-v13, discord-js-handler-v14, discord-js-template, discord-js-v13, discord-js-v13-command-handler, discord-js-v14, discord-js-v14-command-handler, slash-command-handler, slash-commands-handler
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 219
- Watchers: 3
- Forks: 176
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Discord Bot Handler - V14
- **Project built on `discord.js` v14.**
- **Minimum required Node.js version: v16.11.**
- **Example command setup can be found in [`src/Commands/info/ping.js`](https://github.com/memte/ExampleBot/blob/v14/src/Commands/info/ping.js).**
For more details, visit the [Discord.js Guide](https://discordjs.guide/slash-commands/advanced-creation.html).
- **Note: Remember to configure your settings in the [`config.js`](https://github.com/memte/ExampleBot/blob/v14/src/Base/config.js) file and Don't forget to prepare a .env file in the same way as in [`example.env`](https://github.com/memte/ExampleBot/blob/v14/example.env)**!
## 🌟 Support the Project
If you find this project helpful, consider giving it a ⭐ on GitHub!

### [Click here for the Discord.js V13 version.](https://github.com/memte/ExampleBot/tree/v13)