Fix typo
This commit is contained in:
parent
04e26c69e6
commit
45b613ca9b
|
@ -415,7 +415,7 @@ function absurdify() {
|
||||||
global $decoded;
|
global $decoded;
|
||||||
global $command_list;
|
global $command_list;
|
||||||
if(count($command_list) <= 1){
|
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;
|
return;
|
||||||
}
|
}
|
||||||
$chars = str_split(preg_replace('/^\/[^ ]+ /', '', strtolower($decoded->{"message"}->{"text"})));
|
$chars = str_split(preg_replace('/^\/[^ ]+ /', '', strtolower($decoded->{"message"}->{"text"})));
|
||||||
|
|
Loading…
Reference in New Issue