mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
fix(Guild): add invite manager property, extend CachedManager (#6049)
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user