Add first monitored actions

This commit is contained in:
amcmanu3 2023-06-03 15:05:21 -04:00
parent 50c515b2aa
commit f1ed96595d

View File

@ -22,6 +22,10 @@ class WebhookHandler:
"Custom",
]
@staticmethod
def get_monitored_actions():
return ["server_start", "server_stop", "server_crash", "server_backup"]
@staticmethod
def send_discord_webhook(title, message, color):
dataset = {