From 2e54f6d90d82f4691af2c277302b6699f50ac43f Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Tue, 21 Mar 2017 01:49:12 -0400 Subject: [PATCH] Was worth a shot --- src/structures/interface/TextBasedChannel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/structures/interface/TextBasedChannel.js b/src/structures/interface/TextBasedChannel.js index 0a0161c9b..f4fcc6a1f 100644 --- a/src/structures/interface/TextBasedChannel.js +++ b/src/structures/interface/TextBasedChannel.js @@ -180,9 +180,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