mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Get rid of some unused ctors
This commit is contained in:
parent
90ac186183
commit
511cf0ab55
1 changed files with 0 additions and 8 deletions
|
|
@ -7,13 +7,5 @@ namespace PluralKit.Core
|
|||
public ulong Guild { get; }
|
||||
public string? DisplayName { get; }
|
||||
public string? AvatarUrl { get; }
|
||||
|
||||
public MemberGuildSettings() { }
|
||||
|
||||
public MemberGuildSettings(int member, ulong guild)
|
||||
{
|
||||
Member = member;
|
||||
Guild = guild;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue