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,