hopefully a fix for #384

This commit is contained in:
spiral
2021-08-15 00:50:31 -04:00
parent 4761804082
commit 4c97a9daf6
2 changed files with 11 additions and 8 deletions

View File

@@ -7,6 +7,7 @@
public record GuildMemberPartial
{
public string? Avatar { get; init; }
public string? Nick { get; init; }
public ulong[] Roles { get; init; }
public string JoinedAt { get; init; }