A simple discord bot that will show the current number of players in a FiveM server, No FiveM resource is required.
- First, this bot is built on discord.js so you will need to install Node.JS to run the bot.
- Next download the source code from this github page, and extract the files to the directory of your choosing.
- Now, open the index.js file with the code editor of your choosing, making sure to fill out the config. If you need assitance with the config, make a issue or join my discord for support.
- Next, navigate to the folder using CMD and type
npm install
to install all dependencies for the bot. - Finally, to start the bot, run
node index.js
. The bot will update the player count of the server every 30sec.