Skip to content

Commit

Permalink
Update bot.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TharukRenuja authored Dec 7, 2021
1 parent bfb00c7 commit 55ceb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.php
Original file line number Diff line number Diff line change
Expand Up @@ -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, [
Expand Down

0 comments on commit 55ceb1f

Please sign in to comment.