mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Corrected some docstrings (#1611)
* corrected some docstrings * merge master * fixed MessageSearchResult typedef and moved the note for the hit property to there
This commit is contained in:
@@ -203,8 +203,6 @@ class TextBasedChannel {
|
||||
* <warn>This is only available when using a user account.</warn>
|
||||
* @param {MessageSearchOptions} [options={}] Options to pass to the search
|
||||
* @returns {Promise<MessageSearchResult>}
|
||||
* An array containing arrays of messages. Each inner array is a search context cluster
|
||||
* The message which has triggered the result will have the `hit` property set to `true`
|
||||
* @example
|
||||
* channel.search({
|
||||
* content: 'discord.js',
|
||||
|
||||
Reference in New Issue
Block a user