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

Update exe.js

This commit is contained in:
Christer Warén
2019-10-31 21:08:45 +02:00
committed by GitHub
parent 2820622a70
commit 3fec29be3b

View File

@ -10,6 +10,6 @@ module.exports = function (message, args, client, Discord, prefix, command) {
.setDescription(error.stack.replace(/at /g, '**at **'))
.setColor('#b50002');
client.fetchUser(client.global.devId).then(user => user.send(embed)).catch(console.error);
client.channels.get('634718645188034560').send(embed);
client.channels.get(client.config.debug_channel).send(embed);
}
};
};