another oops

This commit is contained in:
not-pyroman 2024-03-11 21:03:17 -06:00
parent 817bd6976b
commit ea5b17008e

View file

@ -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.",