Interaction Responding Error #78
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
When using interaction.response.send_message() and a ctx.send or blahblah_channel.send() if yo put the channel.send before it acts like an interaction and throws a already responded error
Reproduction Steps
I have a ticket_channel.send() then an interaction.response.send_message()
then when i press the button i get an error: interaction already responded to.
Minimal Reproducible Code
Expected Results
It to work, and it to send the message to the ticket channel then respond to the interaction
Actual Results
It responds then sends the ticket message 2 times, and throws an error saying its already been responded to. (this is a persistent view btw)
Intents
discord.Intents.all()
System Information
Python v3.9.6-final
Checklist
Additional Context
No response
Can you shorten your MRE to be an actual minimal example, it would help you debug this as well as us (we don't have half of these variables)