fix(Guild): add invite manager property, extend CachedManager (#6049)

Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
This commit is contained in:
monbrey
2021-07-05 21:16:34 +10:00
committed by GitHub
parent fe5d56c9b1
commit e3d877d542
3 changed files with 12 additions and 5 deletions

2
typings/index.d.ts vendored
View File

@@ -859,7 +859,6 @@ declare module 'discord.js' {
public approximatePresenceCount: number | null;
public available: boolean;
public bans: GuildBanManager;
public invites: GuildInviteManager;
public channels: GuildChannelManager;
public commands: GuildApplicationCommandManager;
public defaultMessageNotifications: DefaultMessageNotificationLevel | number;
@@ -867,6 +866,7 @@ declare module 'discord.js' {
public discoverySplash: string | null;
public emojis: GuildEmojiManager;
public explicitContentFilter: ExplicitContentFilterLevel;
public invites: GuildInviteManager;
public readonly joinedAt: Date;
public joinedTimestamp: number;
public large: boolean;