mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-07-10 14:40:01 -07:00
add space between username and displayname to make it more visually pleasing
This commit is contained in:
parent
2efb5fa95b
commit
0715cc0b03
@ -254,12 +254,9 @@ namespace Bloxstrap.Integrations
|
||||
{
|
||||
App.Logger.WriteLine(LOG_IDENT, "Could not get user info!");
|
||||
} else {
|
||||
App.Logger.WriteLine(LOG_IDENT, "testpoint1");
|
||||
smallimagetext = userInfoResponse.DisplayName + $" (@{userInfoResponse.Username})"; //example: john doe (@johndoe)
|
||||
App.Logger.WriteLine(LOG_IDENT, $"Got user info as {smallimagetext}");
|
||||
}
|
||||
App.Logger.WriteLine(LOG_IDENT, "testpoint2");
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user