Webpack build for branch master: 75eb0bae58

This commit is contained in:
Travis CI 2017-05-21 23:04:52 +00:00
parent 7d03971c77
commit 2549f15cd3
2 changed files with 2 additions and 1 deletions

View file

@ -26026,6 +26026,7 @@ module.exports = function sendMessage(channel, options) {
}
if (content) {
content = channel.client.resolver.resolveString(content);
if (split && typeof split !== 'object') split = {};
// Wrap everything in a code block
if (typeof code !== 'undefined' && (typeof code !== 'boolean' || code === true)) {

File diff suppressed because one or more lines are too long