interface FetchInvitesOptions {
    cache?: boolean;
    channelId?: GuildInvitableChannelResolvable;
}

Properties

Properties

cache?: boolean