Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
drazero edited this page Nov 29, 2019 · 6 revisions

Welcome to the fivemserverstatus wiki!

Step 1

  • Please use the fivemqueue from this repo. It will change the queue count in the vars so it will update accurate.

Step 2

  • Start / Ensure the queue in your server config

Step 3

  • Set the enviroment variables in the bot config URL_SERVER - base url for fiveM server e.g. http://127.0.0.1:3501 (don't end with /) LOG_LEVEL - Int of enum 0-4 specifying level of logs to display with 4 as no logs BOT_TOKEN - Discord bot token CHANNEL_ID - channel id for updates to be pushed to MESSAGE_ID - message id of previous update to edit (not required) SUGGESTION_CHANNEL - channel to create suggestion embeds in BUG_CHANNEL - channel to recieve bug reports BUG_LOG_CHANNEL - channel to log bug reports LOG_CHANNEL - channel to log status changes

Step 4

  • Run the bot npm i > npm start or node ./index.js
Clone this wiki locally