Server Status a simple bot script to display a list of Fivem / Redm server’s players on the Discord channel.
Developed By H_VICTOR#2999
-
Download the Project
-
open cmd in project folder
-
install the requirements.txt with
pip install -r requirements.txt
open config.json file and edit the values
{
"TOKEN": "your-token", //Don’t forget that you’ll need to replace the Token
"prefix": "H!", //Set Your Intended Prefix
"Server_ip": "Your ip:30120", //Set Your Fivem or Redm Server Ip and Port
"Channel_id": null, //Do not edit Channel_id
"Message_id": null, // Do not edit Message_id
//Do not edit color filters
"color_filter": [
"^0",
"^1",
"^2",
"^3",
"^4",
"^5",
"^6",
"^7",
"^8",
"^9"
]
}
After installation the all requirements and edit config.json file
Follow the steps below :
-
Create a bot in Discord developer Portal and copy the token to config.json
-
Set Your Fivem or Redm Server Ip and Port
-
run the server_status.py
-
give yourself a administrator role
-
Use the "[Your-Prefix]set_status #mention-a-channel" command in a channel, Example : H!set_status #general
-
Done