Category "bots"

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