Top "Bots" questions

Bots, also known as web-robots, are software applications that run automated tasks over the Internet.

Discord.js mentioning

client.on('message', message => { if (message.content === `L!hug`) { if (!message.mentions.users.size) { return message.reply('you need …

bots discord discord.js mention
Sending an image without the link showing with discord library

I would like my discord bot to send an image (from a url), but have the url be hidden from …

javascript bots chatbot discord discord.io
Block bingbot from crawling my site

I would like t completely block bing from crawling my site for now (its attacking my site at an alarming …

asp.net-mvc .htaccess bots robots.txt bing
How can I get my discord bot to DM a member and myself?

How, if possible, would I get my discord bot (in python) to DM another user and whoever sent the command (…

python bots discord discord.py-rewrite dm
Facebook messenger API bot : "Typing bubble" " indicator bubble"

I've created a messenger bot, and some action that I perform can take some time. So in order to make …

api bots facebook-messenger
Python: TypeError: argument of type 'Comment' is not iterable

I'm trying to code a simple reddit bot which will get into a subreddit, get into a submission, read the …

python runtime-error bots reddit
How to add a function to discord.py event loop?

I am using Python with discord.py. Documentation here I've got a bot that is running on a Discord server …

python bots discord
Is setting a hidden field efficient against bot?

I am fighting against future bot spamers for my newsletter form subscription. I want to keep the form simple make …

html bots newsletter
Java bot for an online game

I am creating a bot in java using the java.awt.Robot. The bot works fine on a browser (I …

java bots awtrobot online-game
Checking if the author of a message is an Administrator

I'm writing a Discord bot that uses the following code to detect and process user messages: bot.on('message', function (…

javascript node.js bots discord discord.io