From 0046828464f08800082f5d6da802e21f3e80672e Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sun, 28 Aug 2022 22:31:54 +0500 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=BF=D1=81=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/General/activity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/General/activity.js b/commands/General/activity.js index 93ff27fb..d25d567a 100644 --- a/commands/General/activity.js +++ b/commands/General/activity.js @@ -55,7 +55,7 @@ class Activity extends BaseCommand { .addOptions(activities) ); - await interaction.reply({ + await interaction.editReply({ content: interaction.translate("general/activity:AVAILABLE_ACTIVITIES"), components: [row] });