Skip to content

zyrouge/discord-bot-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Boilerplate

Installation

Clone

git clone https://github.com/zyrouge/discord-bot-boilerplate.git

Environmental Variables

Rename .env.example to .env and fill the necessary fields

Installing NPM packages (production)

npm install

Installing NPM packages (development)

npm install -D

Run

npm start

Build

npm run build

View all scripts here