I want to respond with a message if the slash command is used, and i want that the bot edits the response message to something else after a bit of time
Here is my Problem simplyfied:
await ctx.respond(f"{user.mention} killed himself for {duration} !")
await asyncio.sleep(10)
await ctx.respond(f"{user.mention} is alive !") <---- instead of responding i want to edit the old message of the bot