mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 18:11:27 -07:00
refrence correct variables (again)
This commit is contained in:
parent
36a6793836
commit
3871f7a2eb
@ -255,8 +255,8 @@ namespace Bloxstrap.Integrations
|
||||
App.Logger.WriteLine(LOG_IDENT, "Could not get user info!");
|
||||
} else
|
||||
{
|
||||
smallImagetext = userInfoResponse.DisplayName + $" (@{userInfoResponse.Username})"; //example: john doe (@johndoe)
|
||||
App.Logger.WriteLine(LOG_IDENT, $"Got user info as {smallImagetext}");
|
||||
smallImageText = userInfoResponse.DisplayName + $" (@{userInfoResponse.Username})"; //example: john doe (@johndoe)
|
||||
App.Logger.WriteLine(LOG_IDENT, $"Got user info as {smallImageText}");
|
||||
}
|
||||
}
|
||||
|
||||
@ -304,8 +304,8 @@ namespace Bloxstrap.Integrations
|
||||
{
|
||||
LargeImageKey = icon,
|
||||
LargeImageText = universeDetails.Name,
|
||||
SmallImageKey = smallimage,
|
||||
SmallImageText = smallimagetext
|
||||
SmallImageKey = smallImage,
|
||||
SmallImageText = smallImageText
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user