mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
remove thing (again) (again) (again)
This commit is contained in:
parent
adc962f971
commit
2efb5fa95b
@ -250,7 +250,7 @@ namespace Bloxstrap.Integrations
|
||||
}
|
||||
|
||||
var userInfoResponse = await Http.GetJson<UserInfoResponse>($"https://users.roblox.com/v1/users/{userId}");
|
||||
if (userInfoResponse is null || !userInfoResponse.Username)
|
||||
if (userInfoResponse is null)
|
||||
{
|
||||
App.Logger.WriteLine(LOG_IDENT, "Could not get user info!");
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user