Minor fix

This commit is contained in:
2023-09-11 14:30:44 +02:00
parent 0089e8a1b4
commit b5a767eb53

View File

@@ -28,7 +28,7 @@ module.exports = {
await interaction.deferReply({ ephemeral: true }); await interaction.deferReply({ ephemeral: true });
if (status === false) { if (status === "false") {
await interaction.editReply({ content: "Staff applications are currently closed.", ephemeral: true }); await interaction.editReply({ content: "Staff applications are currently closed.", ephemeral: true });
return return
} }