From c7399a3cadcf24133dff5a727b6d899ee2d5791f Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 15 Sep 2025 06:11:23 -0600 Subject: [PATCH] Fix reused text lol --- commands/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/settings.js b/commands/settings.js index 6f28698..4e01bb0 100644 --- a/commands/settings.js +++ b/commands/settings.js @@ -30,7 +30,7 @@ const execute = async (interaction) => { { name: "6. Parcel Auto-Import", value: "Set up automatic importing of Parcel purchases when linking." } ] }] }); - await interaction.user.send({ content: "Please provide a description for the product. Say `cancel` to exit." }); + await interaction.user.send({ content: "Say an option number, or `cancel` to exit!" }); interaction.editReply({ephemeral: true, content: "Check your DMs!"}); global.hubSettingsHandlers[interaction.user.id] = { step: 1,