From 626cef85162b08c1808d8f88b5b245060ff0dd54 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 10 Jul 2022 01:05:59 -0400 Subject: Added another eslint rule --- commands/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/about.js') diff --git a/commands/about.js b/commands/about.js index fa6d8a2..e87f1a6 100644 --- a/commands/about.js +++ b/commands/about.js @@ -29,7 +29,7 @@ export default { data: new SlashCommandBuilder() .setName('about') .setDescription('Information about the bot'), - async execute (interaction, bot) { + async execute(interaction, bot) { const aboutEmbed = new MessageEmbed() .setAuthor({ name: `About ${bot.user.username}`, iconURL: bot.user.avatarURL() }) .addField('Information', 'A Discord bot that plays local audio tracks.') -- cgit v1.2.3