how to detect search engine bots with php?
How can one detect the search engine bots using php?
How can one detect the search engine bots using php?
I have next code:
This is what I have and it is not sending anything:
I have this ‘wake up’ command for my bot which is supposed to move the metnioned member between 2 specific voice chats and afterwards move them back to their original vc. I managed to get the bot to move me between those 2 vc’s but I have no idea how to check in which vc the user was before nmoving. I tried searching online and going through the documentation but I can’t figure it out.
Here’s my code:
I have created an express node.js API, and deployed it to AWS (Elasticbeanstalk with 2 EC2 instances).
I am using the morgan-body package to log the requests and responses on my endpoints, but it seems that tons of bots are “attacking” my API, and this results in millions of logs every months, which cost me a fortune with datadog.
I have used morgan-boday’s built-in “skip” feature to filter requests based on the user agents, but new ones seem to appear every day.
Is there a way to skip logging for all kinds of bots, without checking them one by one ?
Here is my code, many thanks for your help ! 🙂
I am trying to write a purchasing bot for supreme website as a way to teach myself javascript and pupetteer. I am having trouble finding a way to click on the item that contains the text that is given as an argument in the function. Here is what I am trying
I wanted to make my bot say whatever I tell it to by using a command. I have the code copied from other parts of my bot and it is working there yet here it just doesn’t and I can’t understand why. There are no error messages.
Here’s my code:
I am trying to make an interactive game with a bot. If you haven’t heard of it, it is called high low. A random number 0-100 is chosen. Another random number is chosen. You are shown the second. You have to guess if the first number is higher, lower, or equal to the second. I want to make three reactions. One is an up arrow, one is down, one is an equal sign. How can I execute 3 unique functions when this happens?
I m rewriting my bot for latest version.
I want have a Discord Music Bot that when it leaves the voice channel it clears the text channel from commands and logs. But the problem is that it takes too much time (up to 1-3 mins). I have seen other that other bots are able to do the same in much lower time, so how can I make my code better?