Update usernames in /everyone

This commit is contained in:
Ceda EI 2018-07-09 17:21:30 +05:30
parent f606bf329f
commit 116ff8938d
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ function get_updated_req() {
function everyone() { function everyone() {
global $command_list; 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++){ for ($i = 1; $i < count($command_list); $i++){
$text .= $command_list[$i]; $text .= $command_list[$i];
$text .= " "; $text .= " ";