diff --git a/index.js b/index.js index e54d95b..ee1aacb 100644 --- a/index.js +++ b/index.js @@ -452,7 +452,7 @@ client.on("interactionCreate", async interaction => { }); break; - case "moditem": + case "moditems": // check if the user is in the config.discord.givers array if (!config.discord.givers.includes(interaction.user.id)) return interaction.reply({ content: "You do not have permission to use this command.",