Skip to content

Commit

Permalink
remove code that is not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Sep 22, 2024
1 parent 608a2fb commit 3fadfac
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lgsm/modules/alert_discord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ jsoninfo=$(
"name": "Hostname",
"value": "${HOSTNAME}",
"inline": true
},
{
"name": "Is my Game Server Online?",
"value": "https://ismygameserver.online/${querytype}/${alertip}:${queryport}",
"inline": true
},
{
"name": "More info",
Expand Down Expand Up @@ -123,11 +118,6 @@ jsonnoinfo=$(
"value": "${HOSTNAME}",
"inline": true
},
{
"name": "Is my Game Server Online?",
"value": "https://ismygameserver.online/${querytype}/${alertip}:${queryport}",
"inline": true
},
{
"name": "Server Time",
"value": "$(date)",
Expand Down

0 comments on commit 3fadfac

Please sign in to comment.