docs: consistency

This commit is contained in:
Lewdcario
2018-04-29 13:28:12 -05:00
parent 5acf4061e8
commit 745669a7c9
8 changed files with 18 additions and 22 deletions

View File

@@ -87,7 +87,7 @@ class GuildMemberStore extends DataStore {
* .catch(console.error);
* @example
* // Fetch by query
* guild.members.fetch({ query: 'hydra' })
* guild.members.fetch({ query: 'hydra', limit: 1 })
* .then(console.log)
* .catch(console.error);
*/