aboutsummaryrefslogtreecommitdiff
path: root/commands/join.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/join.js')
-rw-r--r--commands/join.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/join.js b/commands/join.js
index b309f97..02c50a4 100644
--- a/commands/join.js
+++ b/commands/join.js
@@ -28,7 +28,7 @@ export default {
.setName('join')
.setDescription('Joins voice chat')
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator),
- async execute (interaction, bot) {
+ async execute(interaction, bot) {
await interaction.reply({ content: 'Joining voice channel', ephemeral: true });
return await voiceInit(bot);
}