Files
UnknownAI/player/channelEmpty.js
2022-05-09 19:29:50 +02:00

3 lines
167 B
JavaScript

module.exports = (client, message, queue) => {
message.channel.send(`${client.emotes.error} - Music stopped as there is no more member in the voice channel !`);
};