mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
docs: inconsistencies
This commit is contained in:
@@ -80,7 +80,9 @@ class GuildMemberStore extends DataStore {
|
||||
* guild.members.fetch('66564597481480192')
|
||||
* .then(console.log)
|
||||
* .catch(console.error);
|
||||
* guild.members.fetch({ user, cache: false }) // Fetch and don't cache
|
||||
* @example
|
||||
* // Fetch a single member without caching
|
||||
* guild.members.fetch({ user, cache: false })
|
||||
* .then(console.log)
|
||||
* .catch(console.error);
|
||||
* @example
|
||||
|
||||
Reference in New Issue
Block a user