Updated env
This commit is contained in:
@@ -11,7 +11,7 @@ const cmd: SubCommand = async (interaction) => {
|
||||
|
||||
const discordMember = interaction.member as GuildMember
|
||||
|
||||
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.",
|
||||
|
||||
Reference in New Issue
Block a user