From b83a31c33f7dc0dc6a2dfcce74f2d352e37509ce Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 18 Aug 2021 15:44:12 +0100 Subject: Edit message using direct message instead of helper method --- arthur/exts/cloudflare/zones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arthur/exts/cloudflare/zones.py') diff --git a/arthur/exts/cloudflare/zones.py b/arthur/exts/cloudflare/zones.py index f1686bc..7f9ca35 100644 --- a/arthur/exts/cloudflare/zones.py +++ b/arthur/exts/cloudflare/zones.py @@ -51,7 +51,7 @@ class ZonesView(discord.ui.View): self.disable_select() - await interaction.edit_original_message(view=self) + await interaction.message.edit(view=self) await interaction.response.send_message(message) -- cgit v1.2.3