feature: Remove /users/@me call for socket and rework sharded client a bit (#1860)

* Remove /users/@me call for socket and rework sharded client a bit

* Remove override for login
This commit is contained in:
Paulo
2021-05-28 18:40:39 -03:00
committed by GitHub
parent de7f9b5eff
commit 384ad85c64
3 changed files with 4 additions and 15 deletions

View File

@@ -193,11 +193,6 @@ namespace Discord.WebSocket
base.Dispose(disposing);
}
/// <inheritdoc />
internal override async Task OnLoginAsync(TokenType tokenType, string token)
{
await Rest.OnLoginAsync(tokenType, token);
}
/// <inheritdoc />
internal override async Task OnLogoutAsync()
{