mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 23:37:54 +00:00
Create GetMemberByDisplayName()
This commit is contained in:
parent
6fa76e85c4
commit
2de6d399ce
2 changed files with 12 additions and 0 deletions
|
|
@ -149,6 +149,12 @@ namespace PluralKit.Core {
|
|||
/// </para>
|
||||
/// <returns>The <see cref="PKMember"/> with the given name, or null if no member was found.</returns>
|
||||
Task<PKMember> GetMemberByName(PKSystem system, string name);
|
||||
|
||||
/// <summary>
|
||||
/// Gets a member by its display name within one system.
|
||||
/// </summary>
|
||||
/// <returns>The <see cref="PKMember"/> with the given name, or null if no member was found.</returns>
|
||||
Task<PKMember> GetMemberByDisplayName(PKSystem system, string name);
|
||||
|
||||
/// <summary>
|
||||
/// Gets all members inside a given system.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue