Add support for jar_update, send_command

This commit is contained in:
Andrew 2023-09-28 17:19:37 -04:00
parent 5cdf114fd5
commit 1b20520ac5

View File

@ -76,4 +76,11 @@ class WebhookFactory:
Returns:
List[str]: A list of supported monitored actions.
"""
return ["start_server", "stop_server", "crash_detected", "backup_server"]
return [
"start_server",
"stop_server",
"crash_detected",
"backup_server",
"jar_update",
"send_command",
]