mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Cover dns and steam types in Discord notifs
This commit is contained in:
parent
1b1e0f6dd9
commit
2638d68c97
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue