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

@@ -6,7 +6,7 @@ import env from "~/utils/Env.js"
const cmd: SubCommand = async (interaction) => {
await interaction.deferReply()
if (interaction.user.id !== env.prod.dev) {
if (interaction.user.id !== env.prod.DEV) {
await interaction.editReply("You are not allowed to use this command.")
return
}