diff --git a/lgsm/modules/alert_discord.sh b/lgsm/modules/alert_discord.sh index b2141348d4..574f6248ba 100644 --- a/lgsm/modules/alert_discord.sh +++ b/lgsm/modules/alert_discord.sh @@ -36,7 +36,7 @@ jsoninfo=$( }, { "name": "Server IP", - "value": "${alertip}:${port}", + "value": "\`${alertip}:${port}\`", "inline": true }, { @@ -92,7 +92,7 @@ jsonnoinfo=$( }, { "name": "Server IP", - "value": "${alertip}:${port}", + "value": "\`${alertip}:${port}\`", "inline": true }, {