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/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/play.js') diff --git a/commands/play.js b/commands/play.js index 324573d..4145f54 100644 --- a/commands/play.js +++ b/commands/play.js @@ -35,7 +35,7 @@ export default { ) .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), - async execute (interaction, bot) { + async execute(interaction, bot) { integer = interaction.options.getInteger('int'); if (integer) { if (integer < files.length) { -- cgit v1.2.3