Beispiel #1
0
 public UserInfoEmbedBuilderHelper WithStatus(UserStatus status)
 {
     _content.AppendLine($"Status: {status.Humanize()}");
     return(this);
 }