diff --git a/includes/hooks/WHMCS-Discord-Notifications.php b/includes/hooks/WHMCS-Discord-Notifications.php index 11ecb57..716862b 100644 --- a/includes/hooks/WHMCS-Discord-Notifications.php +++ b/includes/hooks/WHMCS-Discord-Notifications.php @@ -88,7 +88,6 @@ if($invoicePaid === true): 'content' => $GLOBALS['discordGroupID'], 'username' => $GLOBALS['companyName'], 'avatar_url' => $GLOBALS['discordWebHookAvatar'], - // Create a pretty embed showing the email of the user who paid as well as the amount of paid. Include each product in the order as an inline field 'embeds' => array( array( 'title' => 'Invoice ' . $vars['invoiceid'] . ' Has Been Paid',