Merge branch 'dev' into 'main'
Minor fix See merge request illegitimate/illegitimate-bot!24
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user