From b5a767eb533ca2d5f4aa6c2f1b15477998c58a33 Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 11 Sep 2023 14:30:44 +0200 Subject: [PATCH] Minor fix --- events/buttons/staffapply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/buttons/staffapply.js b/events/buttons/staffapply.js index 1429ae9..fdc26a4 100644 --- a/events/buttons/staffapply.js +++ b/events/buttons/staffapply.js @@ -28,7 +28,7 @@ module.exports = { await interaction.deferReply({ ephemeral: true }); - if (status === false) { + if (status === "false") { await interaction.editReply({ content: "Staff applications are currently closed.", ephemeral: true }); return }