From 5182556635b3555277e4ee45f5d805be3f929988 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 11 Jan 2017 00:44:25 +0000 Subject: [PATCH] Webpack build: b2822c584aa862d7680f7d97b7820f2d9511c7c7 --- discord.master.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord.master.js b/discord.master.js index 1496ebfe..26de80b8 100644 --- a/discord.master.js +++ b/discord.master.js @@ -2997,7 +2997,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 @@ -13004,7 +13004,7 @@ module.exports = WebhookClient; /***/ function(module, exports) { /** - * 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 {