luisoos / discord-js-boilerplate

Discord.js v14 template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-js-boilerplate

This is a Discord.js v14 Template.

Setup

Make sure you have Node.js installed!

Creating an .env file

To store your Discord Bot token, create a .env file that looks like this:

token="YOUR_TOKEN_HERE"

Installing dependencies

We are using yarn as our package manager.

Run the following command to install all dependencies:

yarn install

Run the bot

Run the bot using the following command:

node index.js

About

Discord.js v14 template

License:MIT License


Languages

Language:JavaScript 100.0%