Browse Source

Minor comment edit

tags/docs-0.9
RogueException 9 years ago
parent
commit
b18bd7521b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/DiscordClient.cs

+ 1
- 1
src/Discord.Net/DiscordClient.cs View File

@@ -611,7 +611,7 @@ namespace Discord
case "RESUMED":
break;

//Internal (handled in DiscordSimpleClient)
//Pass to DiscordWSClient
case "VOICE_SERVER_UPDATE":
await base.OnReceivedEvent(e).ConfigureAwait(false);
break;


Loading…
Cancel
Save