cleanup(Guild): remove Guild#voice (#5091)

This commit is contained in:
Jan
2020-12-12 14:49:32 +01:00
committed by GitHub
parent b509862bfa
commit bb04e69a92
4 changed files with 4 additions and 14 deletions

1
typings/index.d.ts vendored
View File

@@ -629,7 +629,6 @@ declare module 'discord.js' {
public vanityURLUses: number | null;
public verificationLevel: VerificationLevel;
public readonly verified: boolean;
public readonly voice: VoiceState | null;
public readonly voiceStates: VoiceStateManager;
public readonly widgetChannel: TextChannel | null;
public widgetChannelID: Snowflake | null;