Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 885 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 885 Bytes

Discord.js Bot Template (ES6)

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.

Features

  • 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.

Prerequisites

Before getting started, make sure you have the following installed:

Setup

Soon...