hopefully a fix for #384
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user