diff --git a/src/structures/RichEmbed.js b/src/structures/RichEmbed.js index fbd9383d3..268fa31d8 100644 --- a/src/structures/RichEmbed.js +++ b/src/structures/RichEmbed.js @@ -1,5 +1,5 @@ /** - * A rich embed to be sent with a message + * A rich embed to be sent with a message with a fluent interface for creation * @param {Object} [data] Data to set in the rich embed */ class RichEmbed { diff --git a/src/structures/interface/TextBasedChannel.js b/src/structures/interface/TextBasedChannel.js index 7b20dd4f5..79ea4e203 100644 --- a/src/structures/interface/TextBasedChannel.js +++ b/src/structures/interface/TextBasedChannel.js @@ -28,7 +28,7 @@ class TextBasedChannel { * @typedef {Object} MessageOptions * @property {boolean} [tts=false] Whether or not the message should be spoken aloud * @property {string} [nonce=''] The nonce for the message - * @property {Object} [embed] An embed for the message + * @property {RichEmbed|Object} [embed] An embed for the message * (see [here](https://discordapp.com/developers/docs/resources/channel#embed-object) for more details) * @property {boolean} [disableEveryone=this.client.options.disableEveryone] Whether or not @everyone and @here * should be replaced with plain-text