From 116ff8938d5e34f5636627e68cd63c29f77db3b5 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Mon, 9 Jul 2018 17:21:30 +0530 Subject: [PATCH] Update usernames in /everyone --- webhook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook.php b/webhook.php index d4cf546..e1f30e3 100644 --- a/webhook.php +++ b/webhook.php @@ -139,7 +139,7 @@ function get_updated_req() { function everyone() { global $command_list; - $text = "@ceda_ei @bryan2810 @TrueHanash @jrioln @JD_the_fish @wand_maker @Tropics888 @chickadeer @amolith @RafsD8 @quilombola @Trixity "; + $text = "@ceda_ei @bryan2810 @TrueHanash @jrioln @JD_the_fish @wand_maker @Tropics888 @chickadeer @amolith @lindyyyy @quilombola @Trixity "; for ($i = 1; $i < count($command_list); $i++){ $text .= $command_list[$i]; $text .= " ";