mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
refactor: fetch options consistency (#5824)
This commit is contained in:
@@ -67,10 +67,8 @@ class GuildMemberManager extends BaseManager {
|
||||
|
||||
/**
|
||||
* Options used to fetch a single member from a guild.
|
||||
* @typedef {Object} FetchMemberOptions
|
||||
* @typedef {BaseFetchOptions} FetchMemberOptions
|
||||
* @property {UserResolvable} user The user to fetch
|
||||
* @property {boolean} [cache=true] Whether or not to cache the fetched member
|
||||
* @property {boolean} [force=false] Whether to skip the cache check and request the API
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user