CFX Status Bot V2

Here is the status bot V2 that i said i was going to release,

Sorry its later than expected i was hella busy

Lastshot0001/CFX-Status-Bot-V2: Simple bot that will show you the status of CFX servers that you can put in your own discord (github.com)

5 Likes

How do we set this up? We have a VPS to host it which I assume is whats required?

Could you maybe write out a simple installation guide, cause the pip install and stuffs isn’t working for me…

You have to install python first. There are many guides on the internet how to install python.

Python for Debian/Ubuntu

  • sudo apt install python3
  • sudo apt install python3-pip
  • pip install discord.py requests

Execute Bot

  • screen -S CFXStatusBot (if you get an error then do: sudo apt install screen)
  • cd /folder-where-the-file-is-located/
  • python status.py

Hotkeys

  • Strg+A+D to exit the screen
  • screen -r CFXStatusBot to enter the screen again
  • Strg+C to stop the bot inside the screen

I have python installed, but I’m running windows server. That could be one of the issues :joy:

Do you maybe have a discord or something I could ask for help on? Cause I must be stupid but I’ve been following a few guides and I still can’t get it to work :stuck_out_tongue:

2023-08-07 17:49:22 WARNING discord.ext.commands.bot Privileged message content intent is missing, commands may not work as expected.

this error, and config is 100% true. help me please