mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
oi
This commit is contained in:
parent
f700058e73
commit
2e5e262bf2
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue