Browse Source

Update selfVideo flag

pull/2137/head
EpicOfficer 3 years ago
parent
commit
b5ed143bad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/Entities/Users/SocketVoiceState.cs

+ 1
- 1
src/Discord.Net.WebSocket/Entities/Users/SocketVoiceState.cs View File

@@ -25,7 +25,7 @@ namespace Discord.WebSocket
SelfMuted = 0x08,
SelfDeafened = 0x10,
SelfStream = 0x20,
SelfVideo = 0x30,
SelfVideo = 0x40,
}

private readonly Flags _voiceStates;


Loading…
Cancel
Save