From ea5b17008e382f03a20e1430d5a3a39fd30b9b3b Mon Sep 17 00:00:00 2001 From: not-pyroman Date: Mon, 11 Mar 2024 21:03:17 -0600 Subject: [PATCH] another oops --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",