From 2cb9e16dcd9fa248b17ac4e0705cbdf91b9f3c72 Mon Sep 17 00:00:00 2001 From: Logan Ramos Date: Sat, 13 May 2023 14:34:24 -0700 Subject: [PATCH] Get rid of incorrect comment --- includes/hooks/WHMCS-Discord-Notifications.php | 1 - 1 file changed, 1 deletion(-) 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',