mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 22:07:55 +00:00
refactor(bot): separate MatchClear from ConfirmClear
This commit is contained in:
parent
f06fdb38ef
commit
f9abcc68c4
9 changed files with 28 additions and 36 deletions
|
|
@ -34,7 +34,7 @@ public class MemberProxy
|
|||
}
|
||||
|
||||
// "Sub"command: clear flag
|
||||
if (await ctx.MatchClear())
|
||||
if (ctx.MatchClear())
|
||||
{
|
||||
// If we already have multiple tags, this would clear everything, so prompt that
|
||||
if (target.ProxyTags.Count > 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue