#interaction message
10 messages · Page 1 of 1 (latest)
You should always use the interaction to interact with its replies.
await interaction.deferUpdate();
await interaction.deleteReply();
Again
You should always use the interaction to interact with its replies
interaction.message is just a message from your bot, not from interaction.
Okay, how I delete a message when I press red button?
Do you see the code I sent?
ohh im blind