Migrate to type-safe model ID structs
This commit is contained in:
@@ -3,7 +3,7 @@ namespace PluralKit.Core
|
||||
{
|
||||
public class MemberGuildSettings
|
||||
{
|
||||
public int Member { get; }
|
||||
public MemberId Member { get; }
|
||||
public ulong Guild { get; }
|
||||
public string? DisplayName { get; }
|
||||
public string? AvatarUrl { get; }
|
||||
|
Reference in New Issue
Block a user