-
-
Couldn't load subscription status.
- Fork 13
Interaction.edit #20
-
Why I can't edit an interaction twice?
image
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 7 replies
-
Should bee possible. Do you get any erros? But you should be able to edit it multiple times by putting the first edit in a variable like
mes = await interaction.edit(...) await mes.edit(...)
Beta Was this translation helpful? Give feedback.
All reactions
-
Hm.. lol ... try use
await interaction.callback_message.edit(...)
Otherwise I can't fix it right now because I have a 3 hour drive ahead of me
Beta Was this translation helpful? Give feedback.
All reactions
-
Same error as above. Have a Safe Journey.
Beta Was this translation helpful? Give feedback.
All reactions
-
Thank you and sorry for the problems. You vould try to create a PartialMessage object with the message id and edit this one.
Beta Was this translation helpful? Give feedback.
All reactions
-
interaction.message.edit works. But I have main embed interface there. I just wondered if it is possible to edit interaction multiple times. Like after a await interaction.respond(...)
Beta Was this translation helpful? Give feedback.
All reactions
-
The Interaction.edit is a bit weird atm.
But yes, in general you can.
Beta Was this translation helpful? Give feedback.