This commit is contained in:
Christopher Cookman 2025-01-16 21:20:58 -07:00
parent 700ba6b1c9
commit 27712d812c

View file

@ -35,7 +35,6 @@ const cancel = (user) => {
} }
const execute = async (message) => { 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) { switch (global.productCreationData[message.author.id].step) {
case 1: // Description case 1: // Description
const description = message.content.trim(); const description = message.content.trim();