aboutsummaryrefslogtreecommitdiff
path: root/commands/skip.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-10 01:05:59 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-10 01:05:59 -0400
commit626cef85162b08c1808d8f88b5b245060ff0dd54 (patch)
tree7a1c6acfd3e2667fadafcff1536d55589b71d3da /commands/skip.js
parente5020f2c6231f11785725e286c5155fcbeeaccd7 (diff)
downloadDLAP-626cef85162b08c1808d8f88b5b245060ff0dd54.tar.gz
DLAP-626cef85162b08c1808d8f88b5b245060ff0dd54.tar.bz2
DLAP-626cef85162b08c1808d8f88b5b245060ff0dd54.zip
Added another eslint rule
Diffstat (limited to 'commands/skip.js')
-rw-r--r--commands/skip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/skip.js b/commands/skip.js
index 189aab7..b276790 100644
--- a/commands/skip.js
+++ b/commands/skip.js
@@ -28,7 +28,7 @@ export default {
.setName('skip')
.setDescription('Skips the audio track')
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator),
- async execute (interaction, bot) {
+ async execute(interaction, bot) {
await interaction.reply({ content: `Skipping ${audio}`, ephemeral: true });
player.stop();
return await nextAudio(bot, interaction);