mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
typings(GuildInviteManager): FetchInvitesOptions (#6076)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -3059,7 +3059,7 @@ interface FetchInviteOptions extends BaseFetchOptions {
|
||||
}
|
||||
|
||||
interface FetchInvitesOptions {
|
||||
channelID?: Snowflake;
|
||||
channelId?: GuildChannelResolvable;
|
||||
cache?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user