From 45b613ca9bb326521734b82aed0f275b02f2b3fa Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Thu, 10 Jan 2019 16:18:38 +0530 Subject: [PATCH] Fix typo --- webhook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook.php b/webhook.php index 0263497..e814b3b 100644 --- a/webhook.php +++ b/webhook.php @@ -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"})));