From 55ceb1fff56456484fb48ed7f8b5a73e6046430e Mon Sep 17 00:00:00 2001 From: Tharuk Renuja <90763454+TharukRenuja@users.noreply.github.com> Date: Tue, 7 Dec 2021 17:33:12 +0530 Subject: [PATCH] Update bot.php --- bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.php b/bot.php index 16dd02e..500e857 100644 --- a/bot.php +++ b/bot.php @@ -16,7 +16,7 @@ } //Bin Lookup -if(strpos($message, "!bin") === 0){ +if(strpos($message, "/bin") === 0){ $bin = substr($message, 5); $curl = curl_init(); curl_setopt_array($curl, [