Webpack build for branch master: 1598efa0b8

This commit is contained in:
Travis CI 2017-12-12 05:36:15 +00:00
parent 1530f69688
commit 24ffee9e2d
2 changed files with 2 additions and 2 deletions

View file

@ -10469,7 +10469,7 @@ module.exports = async function createMessage(channel, options) {
const id = channel.client.users.resolveID(options.reply);
const mention = `<@${options.reply instanceof GuildMember && options.reply.nickname ? '!' : ''}${id}>`;
if (options.split) options.split.prepend = `${mention}, ${options.split.prepend || ''}`;
options.content = `${mention}${typeof options.content !== 'undefined' ? `, ${options.content}` : ''}`;
content = `${mention}${typeof options.content !== 'undefined' ? `, ${options.content}` : ''}`;
}
if (content) {

File diff suppressed because one or more lines are too long