From 2e5e262bf23d6beeed445ab14dcfa09fef0a2581 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Thu, 15 Jun 2023 22:07:31 +0500 Subject: [PATCH] oi --- commands/IAT/checkjar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();