Updated env

This commit is contained in:
2025-03-02 21:09:43 +01:00
parent 8d2fba1c21
commit 0f4d317935
17 changed files with 72 additions and 52 deletions

View File

@@ -30,7 +30,7 @@ export default {
if (interaction.customId === "staffapply") {
await interaction.deferReply({ flags: MessageFlags.Ephemeral })
if (user.user.id !== env.prod.dev) {
if (user.user.id !== env.prod.DEV) {
if (status === "0") {
await interaction.editReply("Staff applications are currently closed.")
return