aboutsummaryrefslogtreecommitdiff
path: root/commands/join.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/join.js')
-rw-r--r--commands/join.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/join.js b/commands/join.js
index 0de2f14..8ede21a 100644
--- a/commands/join.js
+++ b/commands/join.js
@@ -28,7 +28,6 @@ export default {
.setName('join')
.setDescription('Joins voice chat.'),
async execute(interaction, bot) {
- if (![config.botOwner].includes(interaction.user.id)) return await interaction.reply({ content: "You do not have permissions to execute this command.", ephemeral: true });
await interaction.reply({ content: 'Joining voice channel', ephemeral: true })
return await voiceInit(bot);
},