mirror of
https://github.com/MrUnknownDE/UnknownAI.git
synced 2026-04-08 09:23:49 +02:00
3 lines
158 B
JavaScript
3 lines
158 B
JavaScript
module.exports = (client, message, queue) => {
|
|
message.channel.send(`${client.emotes.error} - Music stopped as there is no more music in the queue !`);
|
|
}; |