Updated env
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user