This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
legacy-musicbot/player-events/botDisconnect.js
2020-11-15 18:55:18 +01:00

6 lines
167 B
JavaScript

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