Bots, also known as web-robots, are software applications that run automated tasks over the Internet.
client.on('message', message => { if (message.content === `L!hug`) { if (!message.mentions.users.size) { return message.reply('you need …
bots discord discord.js mentionI would like my discord bot to send an image (from a url), but have the url be hidden from …
javascript bots chatbot discord discord.ioI 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 bingHow, 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 dmI've created a messenger bot, and some action that I perform can take some time. So in order to make …
api bots facebook-messengerI'm trying to code a simple reddit bot which will get into a subreddit, get into a submission, read the …
python runtime-error bots redditI am using Python with discord.py. Documentation here I've got a bot that is running on a Discord server …
python bots discordI am fighting against future bot spamers for my newsletter form subscription. I want to keep the form simple make …
html bots newsletterI am creating a bot in java using the java.awt.Robot. The bot works fine on a browser (I …
java bots awtrobot online-gameI'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