FiveM Server Status Discord Bot
A custom discord bot providing functionality for interacting with fiveM servers and a discord community.
- Included fivemqueue I have edited the source code of https://github.com/anderscripts/FiveM_Queue and added that it will change the queue count in the vars so it will update accurate.
- Add the included fivemqueue to your server resources
- Start the fivemqueue in your server.cfg
- Set enviroment variables as described below
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
npm i
npm start
ornode ./index.js
- +status to add a warning message in the server status embed.
- +status clear to clear the warning message.
- Roque https://github.com/RoqueDEV
- Douile https://github.com/Douile
- drazero https://github.com/draZer0
- Queue script: https://github.com/anderscripts/FiveM_Queue