It uses battlemetrics.com API to show your Rust Server Status as a Discord Bot Status.
It is important, that you create your own Bot by creating a New Application at https://discord.com/developers/applications.
Afterwards go to the "Bot" Section and create the Bot.
Finally it is important to press "Reset Token" to receive your token for your Bot.
Put this token now into the token file. Now you're able to launch the bot!
Bot requires python3.11. Install python requirements using "python3.11 -m pip install -r requirements.txt".
Also check config.json and addapt discord_token and api_url with your settings.