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/pause.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/pause.js') diff --git a/commands/pause.js b/commands/pause.js index 629d423..8d42459 100644 --- a/commands/pause.js +++ b/commands/pause.js @@ -28,7 +28,7 @@ export default { .setName('pause') .setDescription('Pauses music') .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), - async execute (interaction) { + async execute(interaction) { if (isAudioStatePaused === false) { audioState(); player.pause(); -- cgit v1.2.3