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, [