bots Questions

19

Solved

How can one detect the search engine bots using php?
Anam asked 24/3, 2009 at 13:34

4

Solved

import discord import asyncio client = discord.Client() @client.event async def on_ready(): print("I'm ready.") async def send(message): await client.send_message(client.get_channel(&...
Abelabelard asked 14/4, 2018 at 20:9

4

Solved

I am trying to build a slack bot for learning purpose but when I run the script get this error ModuleNotFoundError: No module named 'slackclient' I tried install and uninstall and then re-install ...
Alloway asked 19/7, 2019 at 10:51

6

Solved

I need to code a bot that needs to do the following: Go to a jsp page and search for something by: 1: writing something on a search box 2: clicking the search button(submit button) 3: clicking o...
Aguayo asked 16/3, 2011 at 9:4

1

Solved

I'm trying to make A Discord bot but all Messages that the Bot receives are empty for some reason. I guess it has something to do with the permissions in Discord (cause the slash commands are also ...
Openhearth asked 28/12, 2022 at 13:32

4

Solved

I've been created my own discord bot but i have this error for this code: message.channel.send(":apple:***SONDAGE :apple:\n "+choix1+" ou "+""+choix2+"***") .then(function (message) { ...
Selmner asked 31/5, 2017 at 12:20

5

Solved

I can't figure out how to do the a very simple thing in MS Bot Framework: allow the user to break out of any conversation, leave the current dialogs and return to the main menu by typing "quit", "e...
Helvetii asked 24/8, 2016 at 2:16

3

I've done a bot for telegram and it worked but some days ago it appears a problem. "can't use getUpdates method while webhook is active; use deleteWebhook to delete the webhook first" I u...
Couldst asked 2/9, 2020 at 6:40

2

i want to let a bot use slash commands of another bot. If i send a message like /help it will not use the Slash function, instead it will just send "/help" (is not using the Slash Command...
Subjectivism asked 10/4, 2022 at 23:45

3

Solved

I've just gotten into writing discord bots. While trying to follow online instructions and tutorials, my bot would not respond to commands. It responded perfectly fine to on_message(), but no matte...
Italicize asked 5/11, 2020 at 7:17

10

Solved

I want to change the bot status from playing to watching. I've tried this but it's still playing status: import discord from discord.ext.commands import Bot from discord.ext import commands import ...
Combust asked 1/12, 2019 at 13:49

1

Over the last several weeks, my Rails 6.1 app has been raising hundreds of exceptions like the following: An ActionDispatch::Http::Parameters::ParseError occurred in regdevs#create: 859: unexpected...
Aaronson asked 23/8, 2022 at 8:28

1

Solved

Hey folks, long story short : I've written this line of code in my C# Console-Program private async Task ClientOnMessageReceived(SocketMessage socketMessage) { if (!socketMessage.Author.IsBot) { ...
Citizenry asked 3/10, 2022 at 13:5

7

So I'm trying to make my bot's streaming to be with depression but I've tried multiple things and they don't work. I've tried these methods: client.user.setPresence({ game: { name: 'with depressio...
Guiscard asked 14/3, 2018 at 19:55

1

Solved

When I try to set the status of the bot, I do not know the type, basically, there are 4 ways: PLAYING, WATCHING, LISTENING, and STREAMING. But I can't set anything else, I can only use the default ...
Rousseau asked 20/7, 2022 at 9:46

1

Solved

Does not change the status of the bot, someone would help you with what the problem might be? The value of the variable "statuses" is status, but it does not change the status. If I write...
Karlene asked 19/7, 2022 at 13:14

6

I am currently coding my first discord bot, it can already play YouTube music. if (message.content.includes("Good Job") || message.content.includes("good job")) { message.channel.sendMessage("G...
Sejm asked 11/9, 2017 at 13:33

3

I have a Twitter bot that posts short bits of text that are sometimes over the character limit for one tweet. When it is over the limit I would like to have the bot post the full text as several tw...
Teleology asked 27/7, 2018 at 18:57

2

I have a question about cancelling a prompt or a dialog if there is no input from the user within a certain period of time. I need a way to somehow have a time out within prompts. Example: Bot...
Angeloangelology asked 24/1, 2017 at 10:37

8

I follow Slack bot post message documents it works perfectly when post to public channel, but get error [error] => channel_not_found when post to private channel, I even change channel_name to c...
Thurlough asked 7/4, 2017 at 2:26

3

My Problem: I want to scrape the following website: https://www.coches.net/segunda-mano/. But every time i open it with python selenium, i get the message, that they detected me as a bot. How can i...
Promising asked 23/8, 2021 at 15:50

5

Solved

I'm failing to achieve something very simple. I can't send a message to a specific channel. I've browsed trough the documentation and similar threads on stack overflow. client.channels.get().se...
Brythonic asked 10/9, 2018 at 12:41

3

Solved

Duplicate edit: no, i did that but it doesnt want to launch firefox. I am making a cortana/siri assistant thing, and I want it to lets say open a web browser when I say something. So I have done th...
Mask asked 15/5, 2016 at 13:4

6

Solved

I would like to expand my knowledge in C++, so the first thing I'm taking on is network programming. I want to make an IRC bot (which hopefully will teach me about socket programming and netw...
Sinnard asked 24/4, 2011 at 21:36

2

Solved

I would like to make a telegram bot that sends error messages from a software. This software would run on 20 different pcs. Each log would be like this: "pc name - Date time - error text"...
Impressionable asked 14/2, 2022 at 6:39

© 2022 - 2025 — McMap. All rights reserved.