diff --git a/lgsm/modules/alert_discord.sh b/lgsm/modules/alert_discord.sh index e8d7d7a9cb..54cf8a3483 100644 --- a/lgsm/modules/alert_discord.sh +++ b/lgsm/modules/alert_discord.sh @@ -65,7 +65,7 @@ jsoninfo=$( ], "footer": { "icon_url": "https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/lgsm/data/alert_discord_logo.jpg", - "text": "Sent by LinuxGSM ${version} - $(date)" + "text": "Sent by LinuxGSM ${version}" } } ] @@ -126,7 +126,7 @@ jsonnoinfo=$( ], "footer": { "icon_url": "https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/lgsm/data/alert_discord_logo.jpg", - "text": "Sent by LinuxGSM ${version} - $(date)" + "text": "Sent by LinuxGSM ${version}" } } ] diff --git a/lgsm/modules/alert_slack.sh b/lgsm/modules/alert_slack.sh index f3e45dd83b..728a564e02 100644 --- a/lgsm/modules/alert_slack.sh +++ b/lgsm/modules/alert_slack.sh @@ -17,7 +17,7 @@ jsonnoinfo=$( { "type": "header", "text": { - "type": "plain_text", + "type": "mrkdwn", "text": "${alerttitle}", "emoji": true } @@ -75,7 +75,7 @@ jsonnoinfo=$( }, { "type": "plain_text", - "text": "Sent by LinuxGSM ${version} - $(date)", + "text": "Sent by LinuxGSM ${version}", "emoji": true } ] @@ -97,7 +97,7 @@ jsoninfo=$( { "type": "header", "text": { - "type": "plain_text", + "type": "mrkdwn", "text": "${alerttitle}", "emoji": true } @@ -162,7 +162,7 @@ jsoninfo=$( }, { "type": "plain_text", - "text": "Sent by LinuxGSM ${version} - $(date)", + "text": "Sent by LinuxGSM ${version}", "emoji": true } ]