aboutsummaryrefslogtreecommitdiff
path: root/Commands/reshuffle.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-10-15 23:54:53 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-10-15 23:54:53 -0400
commit3d4f5061d402b44218cdfd351f39317d5f8ecd11 (patch)
tree328b380cc4c9312a405e4531fc2a1cbab482385e /Commands/reshuffle.js
parent8c81aadddea65eef415f5b84986db21eff1fb20f (diff)
downloadDLAP-3d4f5061d402b44218cdfd351f39317d5f8ecd11.tar.gz
DLAP-3d4f5061d402b44218cdfd351f39317d5f8ecd11.tar.bz2
DLAP-3d4f5061d402b44218cdfd351f39317d5f8ecd11.zip
New feature (embed thumbnails); Docker; Package update
Diffstat (limited to 'Commands/reshuffle.js')
-rw-r--r--Commands/reshuffle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Commands/reshuffle.js b/Commands/reshuffle.js
index 340c91b..c16314e 100644
--- a/Commands/reshuffle.js
+++ b/Commands/reshuffle.js
@@ -33,7 +33,7 @@ export default {
.setDescription('Reshuffles the playlist'),
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 });
async function shuffleDetected(bot) {
await interaction.reply({ content: 'Reshuffling the playlist...', ephemeral: true });