MGalaCyber / Discord.js-v14-Command-Handler-Template

Found the usage of undeclared variables JS-0125
Bug risk
Critical
a year agoa year old
 45            };
 46
 47            //===============< GUILD ONLY >===============\\
 48            if (command.guildOnly && !Guilds.includes(interaction.guild.id)) { 49                interaction.reply({
 50                    ephemeral: true,
 51                    content: "This command can only be used by Official Server!"