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:
@@ -47,7 +47,7 @@ namespace Discord.WebSocket
|
||||
/// <summary>
|
||||
/// Gets the current logged-in user.
|
||||
/// </summary>
|
||||
public new SocketSelfUser CurrentUser { get => base.CurrentUser as SocketSelfUser; protected set => base.CurrentUser = value; }
|
||||
public virtual new SocketSelfUser CurrentUser { get => base.CurrentUser as SocketSelfUser; protected set => base.CurrentUser = value; }
|
||||
/// <summary>
|
||||
/// Gets a collection of guilds that the user is currently in.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user