diff --git a/src/structures/RichEmbed.js b/src/structures/RichEmbed.js index c8c504fb1..1592799dd 100644 --- a/src/structures/RichEmbed.js +++ b/src/structures/RichEmbed.js @@ -150,6 +150,15 @@ class RichEmbed { return this; } + /** + * Convenience function for `.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