This is a template for creating a Discord Bots using the discord.js library with ES6 features. It's designed to be a starting point for building your own Discord bots while taking advantage of modern JavaScript features like async/await, import/export modules, and more.
- Uses ES6 Modules (
import
/export
). - Built with discord.js v14+.
- Supports multiple command handlers.
- Easy-to-extend structure.
- Handles async operations cleanly with
async/await
. - Lightweight and simple to set up.
Before getting started, make sure you have the following installed:
- Node.js (v16.9 or higher) - Download Node.js
- npm (comes with Node.js)
- Discord Developer Account - Create an application here
Soon...