This commit is contained in:
Ceda EI 2019-01-10 16:18:38 +05:30
parent 04e26c69e6
commit 45b613ca9b
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ function absurdify() {
global $decoded;
global $command_list;
if(count($command_list) <= 1){
send_text("Need text to weebify. Send /weebify text", true);
send_text("Need text to absurdify. Send /absurdify text", true);
return;
}
$chars = str_split(preg_replace('/^\/[^ ]+ /', '', strtolower($decoded->{"message"}->{"text"})));