light-bot/README.md

286 B

light-bot

A discord bot to check if there are any connected users on a guild ( server ).

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod