From f059145681495f26d0d41e8da3f572842e3607ce Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 7 Mar 2024 01:04:27 -0500 Subject: [PATCH] fix(pterodactyl): missed one! --- pterodactyl/pterodactyl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)