mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
move else to new line
This commit is contained in:
parent
63831dd250
commit
6b71aea906
@ -1,4 +1,4 @@
|
|||||||
using DiscordRPC;
|
using DiscordRPC;
|
||||||
|
|
||||||
namespace Bloxstrap.Integrations
|
namespace Bloxstrap.Integrations
|
||||||
{
|
{
|
||||||
@ -252,7 +252,8 @@ namespace Bloxstrap.Integrations
|
|||||||
if (userInfoResponse is null)
|
if (userInfoResponse is null)
|
||||||
{
|
{
|
||||||
App.Logger.WriteLine(LOG_IDENT, "Could not get user info!");
|
App.Logger.WriteLine(LOG_IDENT, "Could not get user info!");
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
smallImageText = userInfoResponse.DisplayName + $" (@{userInfoResponse.Username})"; //example: john doe (@johndoe)
|
smallImageText = userInfoResponse.DisplayName + $" (@{userInfoResponse.Username})"; //example: john doe (@johndoe)
|
||||||
App.Logger.WriteLine(LOG_IDENT, $"Got user info as {smallImageText}");
|
App.Logger.WriteLine(LOG_IDENT, $"Got user info as {smallImageText}");
|
||||||
|
Loading…
Reference in New Issue
Block a user