Removed accidental }

This commit is contained in:
Ceda EI 2018-07-02 14:52:11 +05:30
parent a2fafc1864
commit 88ff02a5e1
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ function everyone() {
for ($i = 1; $i < count($command_list); $i++){
$text .= $command_list[$i];
$text .= " ";
}
}
send_html($text);
}