From 3d4f5061d402b44218cdfd351f39317d5f8ecd11 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 15 Oct 2023 23:54:53 -0400 Subject: New feature (embed thumbnails); Docker; Package update --- Commands/join.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Commands/join.js') diff --git a/Commands/join.js b/Commands/join.js index 2649784..e9bac9b 100644 --- a/Commands/join.js +++ b/Commands/join.js @@ -31,7 +31,7 @@ export default { .setDescription('Joins voice chat'), async execute(interaction, bot) { if (!interaction.member.voice.channel) return await interaction.reply({ content: 'You need to be in a voice channel to use this command.', ephemeral: true }); - if (!interaction.member.roles.cache.has(djRole) && interaction.user.id !== ownerID && !interaction.member.permission.has(PermissionFlagsBits.ManageGuild)) return interaction.reply({ content: 'You need a specific role to execute this command', ephemeral: true }); + if (!interaction.member.roles.cache.has(djRole) && interaction.user.id !== ownerID && !interaction.memberPermissions.has(PermissionFlagsBits.ManageGuild)) return interaction.reply({ content: 'You need a specific role to execute this command', ephemeral: true }); await interaction.reply({ content: 'Joining voice channel', ephemeral: true }); return await voiceInit(bot); -- cgit v1.2.3