So the bot is working and everything except for the discord commands. I tried !statuts !players !ip and neither of them worked.
This is my config file:

{
  "Discord Bot Token": "OTA3MjA1MzE1Mz##############################",
  "Prefix": "!",
  "Discord Group Id needed for Commands (null to disable)": "1041206677468364821",
  "Update Interval (Seconds)": 30,
  "Randomize Status": false,
  "Status Type (Game/Stream/Listen/Watch)": "Game",
  "Status": [
    "{players.online} / {server.maxplayers} Online!"
  ],
  "Discord Server ID (Optional if bot only in 1 guild)": "",
  "Discord Extension Log Level (Verbose, Debug, Info, Warning, Error, Exception, Off)": "Info"
}