How to change response sent by discord bot with a button
With discord.py, I’m creating a bot that, following a command, sends a sequence of responses with a select menu. Based on the choice made in the menu, it updates the text and the select menu displayed in the response. After 8 select menus, I modify the response again with new text and a “Continue” button. Then, I send a message in the channel. When the user clicks the “Continue” button, it should modify the response again, but at this step, it fails—the response doesn’t update and displays “Interaction failed.”
How to change response sent by discord bot with a button
With discord.py, I’m creating a bot that, following a command, sends a sequence of responses with a select menu. Based on the choice made in the menu, it updates the text and the select menu displayed in the response. After 8 select menus, I modify the response again with new text and a “Continue” button. Then, I send a message in the channel. When the user clicks the “Continue” button, it should modify the response again, but at this step, it fails—the response doesn’t update and displays “Interaction failed.”
How do you have a program that can check time and perform other tasks [closed]
Closed 3 days ago.
How do you have a program that can check time and perform other tasks [closed]
Closed 3 days ago.
How do you have a program that can check time and perform other tasks [closed]
Closed 3 days ago.
How do you have a program that can check time and perform other tasks [closed]
Closed 3 days ago.
Discord.py using on_voice_state_update
I am current trying to make a Discord bot that joins VC when a certain person joins and then leaves VC when they leave.
Discord.py how to include the person who deleted
So i just made a event both for on_message_delete
and on_message_edit
second one works as intended but for first one, i want to make it like Quark Logger; if message deleted by author, no one will mentioned and when message deleted by someone else, it’ll add a field to embed that includes the person who did the action.
discord.py ctx.command directs to the group instead of the subcommand
I have a problem with this code here (inside bot.process_commands) using discord.py
Is discord.py on_message listener a privacy issue?
While writing a bot with discord.py
I realised that it would be extremely easy for a developer to log all messages that would pass through the listener on_message
.