aboutsummaryrefslogtreecommitdiff
path: root/commands/status.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/status.js')
-rw-r--r--commands/status.js2
1 files changed, 1 insertions, 1 deletions
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++;