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); }