discord.js-v14-template

An advanced Discord bot template for discord.js package

Stars
8
Committers
2

discord.js-v14-template

An advanced Discord bot template with example commands for discord.js v14

Installation

git clone https://github.com/Tolga1452/discord.js-v14-template.git
npm install

Setup

  1. Enter your bot token in .env file.
  2. Enter your bot id in config.js file.

How to use?

1. Setting Commands, Components and Modals

Your bot's commands will be under the interactions/ folder. You can edit the templates as you wish.

Using The Bot

Run npm start and your bot will be online. Your added commands, components and modals should be working as expected.

Feedback & Contributing

You can report bugs, feature requests etc. here and make pull request here.

Used Packages