another oops
This commit is contained in:
parent
817bd6976b
commit
ea5b17008e
2
index.js
2
index.js
|
@ -452,7 +452,7 @@ client.on("interactionCreate", async interaction => {
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "moditem":
|
case "moditems":
|
||||||
// check if the user is in the config.discord.givers array
|
// check if the user is in the config.discord.givers array
|
||||||
if (!config.discord.givers.includes(interaction.user.id)) return interaction.reply({
|
if (!config.discord.givers.includes(interaction.user.id)) return interaction.reply({
|
||||||
content: "You do not have permission to use this command.",
|
content: "You do not have permission to use this command.",
|
||||||
|
|
Loading…
Reference in a new issue