mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08: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;
|
let url;
|
||||||
|
|
||||||
switch (monitorJSON["type"]) {
|
switch (monitorJSON["type"]) {
|
||||||
case "port":
|
case "dns":
|
||||||
case "ping":
|
case "ping":
|
||||||
|
case "port":
|
||||||
|
case "steam":
|
||||||
url = monitorJSON["hostname"];
|
url = monitorJSON["hostname"];
|
||||||
if (monitorJSON["port"]) {
|
if (monitorJSON["port"]) {
|
||||||
url += ":" + monitorJSON["port"];
|
url += ":" + monitorJSON["port"];
|
||||||
|
|
Loading…
Reference in a new issue