Add unit test project and some early tests
This commit is contained in:
@@ -24,5 +24,13 @@ namespace PluralKit.Core
|
||||
: ServerName ?? DisplayName ?? Name;
|
||||
|
||||
public string? ProxyAvatar(MessageContext ctx) => ServerAvatar ?? Avatar ?? ctx.SystemAvatar;
|
||||
|
||||
public ProxyMember() { }
|
||||
|
||||
public ProxyMember(string name, params ProxyTag[] tags)
|
||||
{
|
||||
Name = name;
|
||||
ProxyTags = tags;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user