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] });