C-Doug-iS

Results 1 comments of C-Doug-iS

``` message.channel.send(`\`ERROR\` \`\`\`xl\n${cleaned}\n\`\`\``); ^ ReferenceError: cleaned is not defined ``` As `cleaned` is not defined in the catch block, a ReferenceError is thrown. Error#stack lazily generates a string, which to...