Update InfoCommands.cs
This commit is contained in:
parent
2c8f85106f
commit
7315f5dc79
@ -98,7 +98,7 @@ __`Users:`__ **{(await ch.GetUsersAsync()).Count()}**";
|
|||||||
⚔ __`Roles:`__ **({user.Roles.Count()}) - {string.Join(", ", user.Roles.Select(r => r.Name)).SanitizeMentions()}**";
|
⚔ __`Roles:`__ **({user.Roles.Count()}) - {string.Join(", ", user.Roles.Select(r => r.Name)).SanitizeMentions()}**";
|
||||||
if (!string.IsNullOrWhiteSpace(user.AvatarUrl))
|
if (!string.IsNullOrWhiteSpace(user.AvatarUrl))
|
||||||
toReturn += $@"
|
toReturn += $@"
|
||||||
📷 __`Avatar URL:`__ **{await NadekoBot.Google.ShortenUrl(user.AvatarUrl).ConfigureAwait(false)}**";
|
📷 __`Avatar URL:`__ **{await NadekoBot.Google.ShortenUrl(user.AvatarUrl).ConfigureAwait(false)}**";
|
||||||
await msg.Reply(toReturn).ConfigureAwait(false);
|
await msg.Reply(toReturn).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user