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/status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/status.js') diff --git a/commands/status.js b/commands/status.js index 9871157..c78e736 100644 --- a/commands/status.js +++ b/commands/status.js @@ -27,7 +27,7 @@ export default { data: new SlashCommandBuilder() .setName('status') .setDescription('Checks what audio file is playing currently'), - async execute (interaction, bot) { + async execute(interaction, bot) { let audioID = currentTrack; audioID++; -- cgit v1.2.3