#Defer question
1 messages · Page 1 of 1 (latest)
yes I did
instead of interaction.response.send_message its interaction.send.followup
or its interaction.followup.send
I cant remember off the top of my head
yeah I think it's followup.send https://docs.pycord.dev/en/master/api.html?highlight=interactionresponse#discord.Interaction.followup
yep that's working thanks, and thank you for responding 😌
is it possible to use interaction.response.defer() with a button then have it send a message in ephemeral?
discord.errors.InteractionResponded: This interaction has already been responded to before
I get this error when I click the button
This thread was archived by the user that opened it.