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:
@@ -49,10 +49,8 @@ class GuildBanManager extends BaseManager {
|
||||
|
||||
/**
|
||||
* Options used to fetch a single ban from a guild.
|
||||
* @typedef {Object} FetchBanOptions
|
||||
* @typedef {BaseFetchOptions} FetchBanOptions
|
||||
* @property {UserResolvable} user The ban to fetch
|
||||
* @property {boolean} [cache=true] Whether or not to cache the fetched ban
|
||||
* @property {boolean} [force=false] Whether to skip the cache check and request the API
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user