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

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)

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!

![Vote](https://user-images.githubusercontent.com/63320170/175336722-373eaf92-1454-4bce-b97c-e8a629c2628e.png)

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