Skip to content

Commit

Permalink
Show hostname:port for gamedig monitor on Discord notification (#3643)
Browse files Browse the repository at this point in the history
  • Loading branch information
liorsl authored Aug 26, 2023
1 parent 4da1341 commit c0e273d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/notification-providers/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Discord extends NotificationProvider {
break;
case "port":
case "dns":
case "gamedig":
case "steam":
address = monitorJSON["hostname"];
if (monitorJSON["port"]) {
Expand Down

0 comments on commit c0e273d

Please sign in to comment.