feat: backport (#7776)

This commit is contained in:
Jiralite
2022-04-19 14:59:05 +01:00
committed by GitHub
parent 7afcd9594a
commit 5165b18b85
3 changed files with 41 additions and 16 deletions

5
typings/index.d.ts vendored
View File

@@ -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 {