Cover dns and steam types in Discord notifs

This commit is contained in:
jordanbertasso 2022-04-12 09:52:07 +10:00
parent 1b1e0f6dd9
commit 2638d68c97

View File

@ -25,8 +25,10 @@ class Discord extends NotificationProvider {
let url;
switch (monitorJSON["type"]) {
case "port":
case "dns":
case "ping":
case "port":
case "steam":
url = monitorJSON["hostname"];
if (monitorJSON["port"]) {
url += ":" + monitorJSON["port"];