1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-15 17:45:59 +00:00

error logs

This commit is contained in:
MatteZ02
2019-10-18 16:01:26 +03:00
parent e34fb2d069
commit 83945c779a
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@ module.exports = {
.setDescription(error.stack.replace(/at /g, '**at **'))
.setColor('#b50002');
client.fetchUser('360363051792203779').then(user => user.send(embed)).catch(console.error);
client.channels.get('634718645188034560').send(embed);
}
}
}