diff --git a/src/user.ts b/src/user.ts index d494e72..567e3a4 100644 --- a/src/user.ts +++ b/src/user.ts @@ -38,8 +38,8 @@ export class User { this.channelId = userState.channelId; } - this.selfMute = userState.mute; - this.selfDeaf = userState.deaf; + this.selfMute = userState.selfMute; + this.selfDeaf = userState.selfDeaf; } async moveToChannel(channelId: number): Promise {