Category "bots"

How to get message info by ID [Telegram API]

I'm writing bot for telegram to gather some stats from group chat. I need to get info about every message (from the beginning of chat). I know how can i do it,

Making a say command in discord.py

I want to make a simple say command in discord.py (ex.!say something - the bot says "something" and deletes the command message) but every code I found doesn't

Discord Bot unable to send messages

I'm developing a discord bot, but I'm having some problems that I've never had. My discord bot is unable to send messages. The bot doesn't contain any deprecate

Can I disable Slackbot without kicking it from channel

I am frustrated with Slackbot's app suggestions. The most irritating part is that it keeps suggesting me apps even though it knows (it suppose to know) that I c

Akamai and CloudFlare IPs Appear as Requesting IPs

Lately I've been seeing CloudFlare and Akamai IPs show up as the requesting IPs in logs for a public facing website. The user agent is suspicious; Mozilla/5.0.

How can I answer to callback in Java telegram bot?

I'm writing a Java bot with https://github.com/rubenlagus/TelegramBots, and I have a problem, when I click inline keyboard button, this little clock: appears an

Slash Commands in nextcord

I am trying to make slash commands in my bot. However when I run the bot, the slash commands dont appear, I've tried reinviting the bot too. Here it my current

message.content.includes doesn't works (?)

const banWord = ["meat","fruit","road"]; for (var i = 0; i < banWord.length; i++) { if(message.content.includes(banWord[i])) { messag

PermissionError: [Errno 13] Permission denied: 'voice.mp3'

I am trying to create a ChatBot, VA, in Python, for receiving audio output I have the packages gtts(google text to speech), playsound, and have used system os t

ImportError: cannot import name 'remote_connection' from 'selenium.webdriver.chrome'

When trying to import this library from instaclient import InstaClient I get the following error C:\Users\localhost\Desktop\Bot>python bot.py Traceback (mos

How to make adb tap fast (ADB+Python)

So I made a bot for a singleplayer android game, using python and adb. The biggest problem is that between each tap there is like a 1 second delay. I connect to