mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 21:13:30 +01:00
feat: backport (#7776)
This commit is contained in:
5
typings/index.d.ts
vendored
5
typings/index.d.ts
vendored
@@ -4603,7 +4603,10 @@ export interface FetchBanOptions extends BaseFetchOptions {
|
||||
}
|
||||
|
||||
export interface FetchBansOptions {
|
||||
cache: boolean;
|
||||
limit?: number;
|
||||
before?: Snowflake;
|
||||
after?: Snowflake;
|
||||
cache?: boolean;
|
||||
}
|
||||
|
||||
export interface FetchChannelOptions extends BaseFetchOptions {
|
||||
|
||||
Reference in New Issue
Block a user