Updated eslintrc and fixed errors in files
This commit is contained in:
@@ -62,8 +62,6 @@ module.exports = {
|
||||
/** @param { import('discord.js').ChatInputCommandInteraction } interaction */
|
||||
|
||||
async execute(interaction) {
|
||||
const user = interaction.user
|
||||
const guild = interaction.guild
|
||||
const subcommand = interaction.options.getSubcommand()
|
||||
const embedColor = Number(color.replace("#", "0x"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user