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