Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 353 Bytes

Discord-RestartInfo

Computer name and IPv4 address are sent to a Discord webhook when this C# program is executed.



How to use

You have to set your own Discord-Webhook-URL in the Code [Program.cs | Line 22]

dWebClient.UploadValues("WEBHOOK-URL-HERE", discordValues); // @TODO: Edit Webhook-URL

Then just run it 😄