mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-17 11:44:38 -05:00
Cover dns and steam types in Discord notifs
This commit is contained in:
parent
1b1e0f6dd9
commit
2638d68c97
@ -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"];
|
||||
|
Loading…
Reference in New Issue
Block a user