mirror of
https://github.com/MrUnknownDE/UnknownAI.git
synced 2026-04-08 09:23:49 +02:00
3 lines
164 B
JavaScript
3 lines
164 B
JavaScript
module.exports = (client, message, queue) => {
|
|
message.channel.send(`${client.emotes.error} - Music stopped as i have been disconnected from the channel !`);
|
|
}; |