diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index 0822172..9a9c931 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -141,7 +141,7 @@ class Pterodactyl(commands.Cog): else: if isinstance(ctx, discord.Interaction): - await ctx.response.edit_message(content="Cancelled.", view=None) + await ctx.edit_original_response(content="Cancelled.", view=None) else: await message.edit(content="Cancelled.", view=None)