mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch master: 2e54f6d90d
This commit is contained in:
parent
944f5f0852
commit
147b6c927c
1 changed files with 3 additions and 3 deletions
|
|
@ -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<Message>}
|
||||
* @example
|
||||
|
|
|
|||
Loading…
Reference in a new issue