Rearrange some methods and improve search description

This commit is contained in:
Schuyler Cebulskie
2016-12-30 16:17:31 -05:00
parent 43283eeaec
commit eaf2091c2f
2 changed files with 59 additions and 59 deletions

View File

@@ -214,7 +214,7 @@ class TextBasedChannel {
}
/**
* Performs a search
* Performs a search within the channel.
* @param {MessageSearchOptions} [options={}] Options to pass to the search
* @returns {Promise<Array<Message[]>>}
* An array containing arrays of messages. Each inner array is a search context cluster.