Update usernames in /everyone
This commit is contained in:
parent
f606bf329f
commit
116ff8938d
|
@ -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 .= " ";
|
||||
|
|
Loading…
Reference in New Issue