A discord bot to check if there are any connected users on a guild ( server ).
 
Go to file
Pau Costa Ferrer 46d4c48abc 🔐 adds .env configuration of listening port 2024-08-26 21:25:01 +02:00
src 🔐 adds .env configuration of listening port 2024-08-26 21:25:01 +02:00
test 🎉 first commit 2024-08-26 21:19:26 +02:00
.eslintrc.js 🎉 first commit 2024-08-26 21:19:26 +02:00
.gitignore 🎉 first commit 2024-08-26 21:19:26 +02:00
.prettierrc 🎉 first commit 2024-08-26 21:19:26 +02:00
LICENSE Initial commit 2024-08-26 19:16:42 +00:00
README.md 🎉 first commit 2024-08-26 21:19:26 +02:00
nest-cli.json 🎉 first commit 2024-08-26 21:19:26 +02:00
package-lock.json 🎉 first commit 2024-08-26 21:19:26 +02:00
package.json 🎉 first commit 2024-08-26 21:19:26 +02:00
tsconfig.build.json 🎉 first commit 2024-08-26 21:19:26 +02:00
tsconfig.json 🎉 first commit 2024-08-26 21:19:26 +02:00

README.md

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