1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 01:21:56 +00:00

Update settings.js

This commit is contained in:
Christer Warén 2019-10-31 21:10:53 +02:00 committed by GitHub
parent 6f893516d8
commit 1cc363d6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ module.exports = {
.setDescription(error.stack.replace(/at /g, '**at **'))
.setColor('#b50002');
client.fetchUser(client.config.devId).then(user => user.send(embed)).catch(console.error);
client.channels.get('634718645188034560').send(embed);
client.channels.get(client.config.debug_channel).send(embed);
}
} else {
return message.channel.send(embed);