23 lines
286 B
Markdown
23 lines
286 B
Markdown
# light-bot
|
|
|
|
A discord bot to check if there are any connected users on a guild ( server ).
|
|
|
|
## Project setup
|
|
|
|
```bash
|
|
$ npm install
|
|
```
|
|
|
|
## Compile and run the project
|
|
|
|
```bash
|
|
# development
|
|
$ npm run start
|
|
|
|
# watch mode
|
|
$ npm run start:dev
|
|
|
|
# production mode
|
|
$ npm run start:prod
|
|
```
|