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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user