mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 23:26:13 +02:00
Fix dependencies
This commit is contained in:
@ -160,7 +160,7 @@ module.exports = async (client, message) => {
|
||||
"SPEAK"
|
||||
// "DEAFEN_MEMBERS",
|
||||
];
|
||||
if (!message.guild.me.permissions.has(required_perms)) {
|
||||
if (!message.guild.members.me.permissions.has(required_perms)) {
|
||||
try {
|
||||
message.react("❌");
|
||||
} catch {}
|
||||
|
@ -71,23 +71,9 @@ module.exports = async (client, oldState, voiceState) => {
|
||||
connection.destroy();
|
||||
}, 2000)
|
||||
})
|
||||
|
||||
// if (subscription) {
|
||||
// // Unsubscribe after 5 seconds (stop playing audio on the voice connection)
|
||||
// setTimeout(() => subscription.unsubscribe(), 5_000);
|
||||
// }
|
||||
|
||||
player.play(resource);
|
||||
})
|
||||
|
||||
|
||||
|
||||
// setTimeout((subscription) => {
|
||||
// subscription.unsubscribe()
|
||||
// if (connection.state.status != "destroyed") {
|
||||
// connection.destroy();
|
||||
// }
|
||||
// }, 6 * 1000)
|
||||
|
||||
sendNinluc(client, `Je joue *${rdVideoLink.split('.')[0]}* dans le salon ${voiceState.channel} du serveur **${voiceState.guild.name}**`);
|
||||
} catch (error) {
|
||||
|
Reference in New Issue
Block a user