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

@@ -24,7 +24,7 @@ const cmd: SubCommand = async (interaction) => {
return
}
if (discordMember.user.id !== env.prod.dev) {
if (discordMember.user.id !== env.prod.DEV) {
await interaction.editReply({
embeds: [{
description: "You do not have permission to use this command.",