Fix reused text lol
This commit is contained in:
parent
459c76078b
commit
c7399a3cad
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue