Skip to content

A Discord.js bot skeleton. You just need to create your commands and events in directories, and you are ready to go!

Notifications You must be signed in to change notification settings

EvanPerreau/DiscordJsSkeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord.js Skeleton

Introduction

Discord.js Skeleton is a project designed to help you create your Discord.js bot more efficiently. The foundational structure is already in place; you just need to develop commands and events within their respective directories. Command interactions include cooldown!

Installation

git clone https://github.com/EvanPerreau/DiscordJsSkeleton.git
cd DiscordJsSkeleton
npm install

Configure the bot

You need to complete the config.json file with your identifier

{
  "token": "your token",
  "clientId": "your bot id"
}

You can find bot id in the General Information section on an application in Discord developer portal.

image

And token in the Bot section.

image

Run the bot

npm run dev

About

A Discord.js bot skeleton. You just need to create your commands and events in directories, and you are ready to go!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published