-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
small updates done, allowing: Changing webhook text, and as well as s…
…tarting version checker
- Loading branch information
1 parent
a09dbfb
commit cc97147
Showing
5 changed files
with
1,371 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"discord_webhook_username": "<Insert webhook's username>", | ||
"embed_title": "<Embed's title> ", | ||
"embed_color": "2123412", | ||
"operating_sistem_placeholder": "**<Operating System text>** ", | ||
"operating_sistem_hostname": "**<Hostname text>** ", | ||
"cpu_core_number": "**<CPU core number text>** ", | ||
"free_ram": "**<Free RAM text>** ", | ||
"available_ram": "**<Available RAM text>** ", | ||
"uptime": "**<Cpu uptime text>** ", | ||
"cpu_percentage": "**<Cpu percentage text>** ", | ||
"c_drive_usage": "**<C drive usage text>** ", | ||
"disk_cleanup": "**<Disk cleanup text>** ", | ||
"temporary_files_cleaned": "**<Temporary files cleaned text>** ", | ||
"dc_log": "https://discord.com/api/webhooks/922133046973571113/OR6hb-hilbl_2ThqrjOsJZd4IGIiq9ws4-qTvcAzI4u16r1YdqMKKuTAJm4RN1O_NdAX", | ||
"dc_error": "https://discord.com/api/webhooks/922133046973571113/OR6hb-hilbl_2ThqrjOsJZd4IGIiq9ws4-qTvcAzI4u16r1YdqMKKuTAJm4RN1O_NdAX" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.