#Edit or delete a message through ephemeral confirmation w/ buttons?
1 messages · Page 1 of 1 (latest)
await ctx.delete() should do the trick
I fail to pass the ID of the "blue embed message"
can you clarify on that?
assuming you're doing
msg = await ctx.send(..., ephemeral=True)
... # logic here
await ctx.delete(msg)
that should work
unless you want to delete the original message
