Support for multiple botsSuggestion
Gonna edit the thread with codes in my mind but title explains it.

This:

{
  "Discord Bot Token": "",
  "Update Interval (Seconds)": 5,
  "Randomize Status": false,
  "Status Type (Game/Stream/Listen/Watch)": "Game",
  "Status": [
    "{players.online} / {server.maxplayers} Online!",
    "{server.entities} Entities",
    "{players.sleepers} Sleepers!",
    "{players.authenticated} Linked Account(s)"
  ]
}

Something like this,
{
"Discord Bot Token": "",
  "Update Interval (Seconds)": 5,
  "Randomize Status": false,
  "Status Type (Game/Stream/Listen/Watch)": "Game",
  "Status": [
    "{players.online} / {server.maxplayers} Online!",
    "{server.entities} Entities",
    "{players.sleepers} Sleepers!",
    "{players.authenticated} Linked Account(s)",
  ]

 "Second Discord Bot Token": "",
  "Update Interval (Seconds)": 5,
  "Randomize Status": false,
  "Status Type (Game/Stream/Listen/Watch)": "Game",
  "Status": [
    "{players.online} / {server.maxplayers} Online!",
    "{server.entities} Entities",
    "{players.sleepers} Sleepers!",
    "{players.authenticated} Linked Account(s)"
  ]
}

But after first one it needs to be suitable for unlimated usage, I don't know how but

 
So does this work yet?
Goldie
So does this work yet?
No but I just simply copied codes and edited line for DiscordStatus to DiscordStatus2, changed developer name and version to myself and saved the new file as DiscordStatus2.cs and it's working like that without error.