From a93f6605b5637237af345d8dd31f7daab0475d7e Mon Sep 17 00:00:00 2001 From: Jesse Geerts Date: Mon, 18 Jun 2018 20:10:51 +0200 Subject: [PATCH] Explanation isn't correct for groups You'll get this; https://i.jessegeerts.nl/i6c4b.png with the old part. --- includes/hooks/WHMCS-Discord-Notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/hooks/WHMCS-Discord-Notifications.php b/includes/hooks/WHMCS-Discord-Notifications.php index a76d8f7..7b167bd 100644 --- a/includes/hooks/WHMCS-Discord-Notifications.php +++ b/includes/hooks/WHMCS-Discord-Notifications.php @@ -11,7 +11,7 @@ $GLOBALS['companyName'] = ""; // Your Company Name. This will be the name of the user which sends the messages. $GLOBALS['discordGroupID'] = ""; -// Discord Group ID Config Option. If you wished for each message which is sent to ping a specific group, please place the ID here. An example of a group ID is: @&343029528563548162 +// Discord Group ID Config Option. If you wished for each message which is sent to ping a specific group, please place the ID here. An example of a group ID is: <@&343029528563548162> $GLOBALS['discordWebHookAvatar'] = ""; // (OPTIONAL SETTING) Your desired Webhook Avatar. Please make sure you enter a direct link to the image (E.G. https://example.com/iownpaypal.png).