Events & update (v2.0.0)

This commit is contained in:
Zerio
2020-11-15 18:55:18 +01:00
committed by GitHub
parent 18cbf4443a
commit 2c24842aba

View File

@@ -0,0 +1,5 @@
module.exports = (client, message, queue) => {
message.channel.send(`${client.emotes.error} - Music stopped as i have been disconnected from the channel !`);
};