Updated eslintrc and fixed errors in files

This commit is contained in:
2023-11-23 21:33:44 +01:00
parent 0eeb48b2dd
commit 572f53f010
6 changed files with 8 additions and 22 deletions

View File

@@ -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"))