Remove "remove" keyword from MatchClear (#199)
This commit is contained in:
parent
94076dc9be
commit
467d058565
@ -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…
Reference in New Issue
Block a user