From bfb00c72da968cb7dfa1ef610b61eb12748f78d6 Mon Sep 17 00:00:00 2001 From: Tharuk Renuja <90763454+TharukRenuja@users.noreply.github.com> Date: Tue, 7 Dec 2021 17:31:17 +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 500e857..16dd02e 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, [