Get rid of some unused ctors
This commit is contained in:
parent
90ac186183
commit
511cf0ab55
@ -7,13 +7,5 @@ namespace PluralKit.Core
|
|||||||
public ulong Guild { get; }
|
public ulong Guild { get; }
|
||||||
public string? DisplayName { get; }
|
public string? DisplayName { get; }
|
||||||
public string? AvatarUrl { get; }
|
public string? AvatarUrl { get; }
|
||||||
|
|
||||||
public MemberGuildSettings() { }
|
|
||||||
|
|
||||||
public MemberGuildSettings(int member, ulong guild)
|
|
||||||
{
|
|
||||||
Member = member;
|
|
||||||
Guild = guild;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user