added pronouns
This commit is contained in:
parent
eec8e419ba
commit
bde2735096
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
public int UserId { get; set; }
|
||||
public ulong DiscordUserId { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Pronouns { get; set; } = string.Empty;
|
||||
public DateTime? Birthday { get; set; }
|
||||
public ICollection<GuildWars2Account> GuildWars2Accounts { get; set; } = new List<GuildWars2Account>();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue