Editing Embeds #7211
Unanswered
Ansihv2008
asked this question in
Q&A
Editing Embeds
#7211
Replies: 1 comment 1 reply
-
sending a message returns the message sent, for example: message = await channel.send("hi") or, we can get the message by fetching it message = await channel.fetch_message(id) # you could also use channel.get_partial_message then, we can use message.edit to: await message.edit(content = "bye") # editing the content to "bye" to edit embeds, pass the embed keyword argument to edit with a new embed |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to edit embeds or messages. Pls send the code and the output code as an example. It will help me a lot. Thank u in advance
Beta Was this translation helpful? Give feedback.
All reactions