Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 586 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 586 Bytes

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