bots Questions

4

I am trying to build a setup menu for my bot that the server owner can use to configure the bot. The menu is triggered when the owner types =setup. I want the bot to reply with several embed messag...
Evenings asked 17/10, 2019 at 20:44

2

Solved

I'm building a slack FAQ app that uses message reactions to gather the best answers to questions. My plan is to save any Slack messages with positive reactions by using the reaction_added event to ...
Kajdan asked 19/10, 2019 at 14:9

4

Solved

how can I add Menu button in telegram bot using telegraf menu button like this
Holmic asked 12/6, 2022 at 17:44

11

I am sending message to telegram channel using bot. With using webhook method. I'm sending file_id via the link. I got the file_id from a channel post. For some files like GIF & video format...
Where asked 9/3, 2017 at 14:19

4

Solved

I'm looking for a way in telegram group that don't let member to send message or, delete message after a person send. Is it possible to create a bot like this how help admins to stop chatting afte...
Disgrace asked 7/1, 2017 at 12:6

4

I am trying to make my discord bot send a jpg file to my discord server, but I keep getting an error that seems pretty uncommon as I can not find any solutions to it on the internet... the error i...
Condescending asked 14/6, 2018 at 14:55

6

Solved

I am writing a telegram to the bot. I ran into such a problem. I need the bot to send a message (text) when clicked on which it was copied (as a token from @BotFather)
Mahmud asked 13/1, 2020 at 9:40

4

Solved

I see significant traffic coming from this Bot when we send SMS to users. I am trying to get more details about this bot. Any pointers describing what it does, how important it is, and can we...
Vaules asked 14/7, 2020 at 9:11

8

Hoping an expert can help me with a Selenium/Cloudflare mystery. I can get a website to load in normal (non-headless) Selenium, but no matter what I try, I can't get it to load in headless. I have ...
Marela asked 7/7, 2021 at 16:6

6

Solved

I am building a Discord bot in Python and would like to receive HTTP requests from Twitch.tv's API (See Webhooks Guide & Webhooks Reference) (To subscribe to events like; X streamer has gone li...
Imperturbation asked 8/2, 2018 at 19:9

4

Solved

How can I make a bot to pretend that it is typing a message? The following text appears in the chat when the bot pretend to type: I use the python aiogram framework but a suggestion for the na...
Haler asked 30/4, 2020 at 9:42

2

I'm building somewhat integration github with slack, which will notify users (reviewers of pull request) and send them link in #general chat. And I'm struggling with mentioning users, right now I ...
Skinned asked 25/11, 2017 at 22:57

5

After create telegram bot, access and admin this bot to channel. how to get channel members list or event when users join to this channel?
Melleta asked 12/7, 2016 at 9:7

2

Solved

I am trying to make an embed with only 2 columns. Whenever I delete the inline value it drops test3 field like I want. Then I keep inline: true on test4 field and it drops to another row. I tried m...
Missive asked 5/3, 2021 at 1:5

6

I'm using Telegram.Bot library in C# for developing telegram bots. I post a text message using SendTextMessageAsync() method and sent a Keyboard with it : bot.SendTextMessageAsync(chatId, "sample...
Unifilar asked 1/9, 2017 at 7:13

8

When using the same Facebook getting started guide (https://developers.facebook.com/docs/messenger-platform/quickstart) I am getting an error on the node.js console when typing a message and send...
Soosoochow asked 7/7, 2016 at 21:13

3

Using the below python code, while the authentication is successful, I get the following error: Error Code: 453: You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 ...
Unbidden asked 7/6, 2023 at 1:36

2

I just finished creating my first slack bot in my dev slack team using the Microsoft bot framework. Now I would like to add the bot to another team for testing. My bot is not going to be for public...
Bedevil asked 5/8, 2017 at 15:44

2

I'm developing a Telegram bot and I have a question about sendvoice API to send voice (audio) messages. I push a OGG file converting from a MP3 source file, using ffmpeg for conversion, with the c...
Farmann asked 4/6, 2019 at 17:2

4

Solved

I work with python-telegram-bot and try to build a system of nested menus as BotFather bot does. For instance, you have a general bot menu where you can choose "Edit Bot" and get the new corres...
Ellie asked 1/7, 2018 at 17:12

0

Hey everyone I am trying to create a meeting bot for Google meet. I am building this as a part of a product I am creating. I am wondering how meeting bots are entering meetings, recording them, and...
Tomasatomasina asked 6/8, 2023 at 2:7

3

Solved

I have quite a large bot for Discord written up. It has over 1000 lines of code. When I researched how to do it on Youtube and here, nothing seems to be working. I was wondering if someone could ex...
Uncalledfor asked 28/11, 2018 at 21:12

3

I wrote a bot which asks your name and writes it on a photo and sends it to you and it works. But the problem is when there is more than one user on the bot It doesn't work and crashes and I wante...
Evars asked 24/10, 2017 at 10:47

4

Solved

I'm trying to send a message in a channel with a bot, using Telegram API's send_photo() method. It takes a caption parameter (type String) but I can't format it through parse_mode='HTML' parameter....
Horton asked 12/5, 2019 at 22:33

3

Solved

I'm trying to make a discord bot that can play mp3 files in a voice channel.. but it doesn't seem to work as intended connection = joinVoiceChannel({ channelId: voice.channelId, guildId: intera...
Hepplewhite asked 25/9, 2021 at 15:36

© 2022 - 2024 — McMap. All rights reserved.