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