Webpack build for branch master: cc3e7b26b1

This commit is contained in:
Travis CI 2017-02-08 17:22:11 +00:00
parent 2a31a02445
commit 411aad0293
2 changed files with 10 additions and 1 deletions

View file

@ -13458,6 +13458,15 @@ class RichEmbed {
return this;
}
/**
* Convenience function for `<RichEmbed>.addField('\u200B', '\u200B', inline)`.
* @param {boolean} [inline=false] Set the field to display inline
* @returns {RichEmbed} This embed
*/
addBlankField(inline = false) {
return this.addField('\u200B', '\u200B', inline);
}
/**
* Set the thumbnail of this embed
* @param {string} url The URL of the thumbnail

File diff suppressed because one or more lines are too long