defancify mention in error on commit

This commit is contained in:
Lamp 2018-07-14 15:12:34 -07:00
parent be82d5f841
commit 9697223c22
No known key found for this signature in database
GPG Key ID: 0F1F8704BEDE369E
1 changed files with 1 additions and 4 deletions

View File

@ -182,10 +182,7 @@ dClient.on('message', message => {
} }
}, },
(err) => { (err) => {
message.reply(`:warning: An error occured: \`\`\`\n${err.stack}\n\`\`\`<@281134216115257344> ${[ message.reply(`:warning: An error occured: \`\`\`\n${err.stack}\n\`\`\`<@281134216115257344>`);
'fix me pls',
// ran out of ideas
].random()}`);
console.error(err.stack); console.error(err.stack);
} }
) )