Skip to content

BADtochka/FMDiscordStatus

Repository files navigation

Discord Bot for parse status of FiveM server in text channel.

How to use?

Require NodeJS

Clone the repository

git clone https://github.com/BADtochka/FMDiscordStatus

Install dependencies with npm / pnpm / yarn

npm install
using pnpm
pnpm install
using yarn
yarn install

Setup config app.ts in src/config folder

Run it

npm run start
using pnpm
pnpm run start
using yarn
yarn start

...or if you use pm2 you can run it like this

pm2 start "npm run start" -n FMDiscordStatus --max-restarts 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published