More cleanup and internal reordering

This commit is contained in:
RogueException
2015-12-06 21:16:58 -04:00
parent d512d96408
commit 2cdc0ad371
26 changed files with 188 additions and 191 deletions

View File

@@ -527,9 +527,9 @@ namespace Discord.Net.WebSockets
QueueMessage(isTalking);
}
protected override object GetKeepAlive()
public override void SendHeartbeat()
{
return new VoiceKeepAliveCommand();
QueueMessage(new VoiceKeepAliveCommand());
}
public void WaitForQueue()