From 147b6c927ca2d8b545784e1cac961fcdf99d71af Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 21 Mar 2017 05:50:52 +0000 Subject: [PATCH] Webpack build for branch master: 2e54f6d90d82f4691af2c277302b6699f50ac43f --- discord.master.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/discord.master.js b/discord.master.js index 8080d673..7f2bc1bc 100644 --- a/discord.master.js +++ b/discord.master.js @@ -3750,9 +3750,9 @@ class TextBasedChannel { } /** - * Gets a single message from this channel, regardless of it being cached or not. - * Since the single message fetching endpoint is reserved for bot accounts, this abstracts - * {@link #fetchMessages} to obtain the single message when using a user account. + * Gets a single message from this channel, regardless of it being cached or not. Since the single message fetching + * endpoint is reserved for bot accounts, this abstracts the `fetchMessages` method to obtain the single message when + * using a user account. * @param {Snowflake} messageID ID of the message to get * @returns {Promise} * @example