mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 10:40:12 +00:00
Remove "remove" keyword from MatchClear (#199)
This commit is contained in:
parent
94076dc9be
commit
467d058565
1 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ namespace PluralKit.Bot
|
||||||
}
|
}
|
||||||
|
|
||||||
public static bool MatchClear(this Context ctx) =>
|
public static bool MatchClear(this Context ctx) =>
|
||||||
ctx.Match("clear", "remove", "reset") || ctx.MatchFlag("c", "clear");
|
ctx.Match("clear", "reset") || ctx.MatchFlag("c", "clear");
|
||||||
|
|
||||||
public static async Task<List<PKMember>> ParseMemberList(this Context ctx, SystemId? restrictToSystem)
|
public static async Task<List<PKMember>> ParseMemberList(this Context ctx, SystemId? restrictToSystem)
|
||||||
{
|
{
|
||||||
|
|
@ -85,4 +85,4 @@ namespace PluralKit.Bot
|
||||||
return members;
|
return members;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue