mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
cleanup(Invite): remove outdated props, properly default to null (#2807)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -616,10 +616,8 @@ declare module 'discord.js' {
|
||||
public memberCount: number;
|
||||
public presenceCount: number;
|
||||
public temporary: boolean;
|
||||
public textChannelCount: number;
|
||||
public readonly url: string;
|
||||
public uses: number;
|
||||
public voiceChannelCount: number;
|
||||
public delete(reason?: string): Promise<Invite>;
|
||||
public toJSON(): object;
|
||||
public toString(): string;
|
||||
|
||||
Reference in New Issue
Block a user