Skip to content

Vabolos/Discord.js-template

Repository files navigation

Discord.js-template

A template for discord.js bots.

Installation

  1. Clone the repository
git clone https://github.com/Vabolos/Discord.js-template.git
  1. Install dependencies
npm install
  1. Create a config.json file and add the following code to it:
{
	"token": "TOKEN",
	"clientId": "ID",
	"guildId": "ID"
}
  1. Run the bot
node .

*If you have nodemon installed you can simply do:

nodemon

About

This is a template repo for discord.js bots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published