Was worth a shot

This commit is contained in:
Schuyler Cebulskie
2017-03-21 01:49:12 -04:00
parent 64ce829ab2
commit 2e54f6d90d

View File

@@ -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<Message>}
* @example