Fix reused text lol

This commit is contained in:
Christopher Cookman 2025-09-15 06:11:23 -06:00
parent 459c76078b
commit c7399a3cad

View file

@ -30,7 +30,7 @@ const execute = async (interaction) => {
{ name: "6. Parcel Auto-Import", value: "Set up automatic importing of Parcel purchases when linking." } { 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!"}); interaction.editReply({ephemeral: true, content: "Check your DMs!"});
global.hubSettingsHandlers[interaction.user.id] = { global.hubSettingsHandlers[interaction.user.id] = {
step: 1, step: 1,