diff --git a/commands/IAT/checkjar.js b/commands/IAT/checkjar.js index 24b44d24..46f6a6b2 100644 --- a/commands/IAT/checkjar.js +++ b/commands/IAT/checkjar.js @@ -37,7 +37,7 @@ class Checkjar extends BaseCommand { * @param {Object} data */ async execute(client, interaction) { - if (!interaction.guildId !== "1039187019957555252") return interaction.reply({ content: "error", ephemeral: true }); + if (!interaction.guildId === "1039187019957555252") return interaction.reply({ content: "error", ephemeral: true }); await interaction.deferReply();