/discord-server-status

Check your servers on the go using a familiar chat service

Primary LanguageC#Apache License 2.0Apache-2.0

discord-server-status

Check your servers on the go using discord's webhooks

Currently the program will ping google and a internal IP address. More features and a GUI may be added soon.

Installation

  1. Go to your discord server

  2. Open webhooks from server settings

  3. Create Webhook

  4. Copy the URL

  5. open Program.cs inside the project folder

  6. Change the channel id to the numbers in the url

  7. Change the auth key to the random character string after the id in the URL

  8. Compile the program