|
@@ -10,7 +10,11 @@ namespace Discord.WebSocket |
|
|
|
|
|
|
|
|
public new Task LoginAsync(TokenType tokenType, string token, bool validateToken = true) |
|
|
public new Task LoginAsync(TokenType tokenType, string token, bool validateToken = true) |
|
|
=> throw new NotSupportedException("The Socket REST wrapper cannot be used to log in or out."); |
|
|
=> throw new NotSupportedException("The Socket REST wrapper cannot be used to log in or out."); |
|
|
|
|
|
internal override Task LoginInternalAsync(TokenType tokenType, string token, bool validateToken) |
|
|
|
|
|
=> throw new NotSupportedException("The Socket REST wrapper cannot be used to log in or out."); |
|
|
public new Task LogoutAsync() |
|
|
public new Task LogoutAsync() |
|
|
=> throw new NotSupportedException("The Socket REST wrapper cannot be used to log in or out."); |
|
|
=> throw new NotSupportedException("The Socket REST wrapper cannot be used to log in or out."); |
|
|
|
|
|
internal override Task LogoutInternalAsync() |
|
|
|
|
|
=> throw new NotSupportedException("The Socket REST wrapper cannot be used to log in or out."); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |