feat(VoiceState): add user prop.

This commit is contained in:
March 7th
2022-07-16 00:50:27 +07:00
parent dac47563c6
commit 156cdd4918
4 changed files with 13 additions and 4 deletions

2
typings/index.d.ts vendored
View File

@@ -3041,7 +3041,7 @@ export class VoiceState extends Base {
public selfVideo: boolean | null;
public suppress: boolean;
public requestToSpeakTimestamp: number | null;
public readonly user: User | null;
public setDeaf(deaf?: boolean, reason?: string): Promise<GuildMember>;
public setMute(mute?: boolean, reason?: string): Promise<GuildMember>;
public disconnect(reason?: string): Promise<GuildMember>;