1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 18:56:00 +00:00

Detailed errors

This commit is contained in:
MatteZ02
2020-06-08 13:41:49 +03:00
parent 2b60f0ec12
commit 5bf311de45
4 changed files with 5 additions and 5 deletions

View File

@ -9,5 +9,5 @@ module.exports = async function (client, error, guild) {
client.users.cache.get(client.config.devId).send(client.messages.dispatcherError + error);
queue.voiceChannel.leave();
client.queue.delete(guild.id);
return queue.textChannel.send(client.messages.errorDispatcher);
return queue.textChannel.send(client.messages.errorDispatcher + `\`${error}\``);
};