From 88ff02a5e15153cac8f82ad5f32eccd916d29c95 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Mon, 2 Jul 2018 14:52:11 +0530 Subject: [PATCH] Removed accidental } --- webhook.php | 1 - 1 file changed, 1 deletion(-) diff --git a/webhook.php b/webhook.php index 28b495e..72ed50d 100644 --- a/webhook.php +++ b/webhook.php @@ -140,7 +140,6 @@ function everyone() { for ($i = 1; $i < count($command_list); $i++){ $text .= $command_list[$i]; $text .= " "; - } } send_html($text); }