Bugfix
This commit is contained in:
parent
700ba6b1c9
commit
27712d812c
|
@ -35,7 +35,6 @@ const cancel = (user) => {
|
|||
}
|
||||
|
||||
const execute = async (message) => {
|
||||
if (!interaction.guild) return interaction.reply({ content: "This command must be used in a server!", ephemeral: true });
|
||||
switch (global.productCreationData[message.author.id].step) {
|
||||
case 1: // Description
|
||||
const description = message.content.trim();
|
||||
|
|
Loading…
Reference in a new issue