aboutsummaryrefslogtreecommitdiff
path: root/commands/leave.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/leave.js')
-rw-r--r--commands/leave.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/leave.js b/commands/leave.js
index b37ebdc..a066e38 100644
--- a/commands/leave.js
+++ b/commands/leave.js
@@ -28,7 +28,7 @@ export default {
.setName('leave')
.setDescription('Leaves the voice chat')
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator),
- async execute (interaction) {
+ async execute(interaction) {
console.log('Leaving voice channel...');
await destroyAudio(interaction);
return await interaction.reply({ content: 'Leaving voice channel', ephemeral: true });