mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix setting proxies starting with text
This commit is contained in:
parent
c5a91c4575
commit
ab8b5e3786
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ namespace PluralKit.Bot
|
||||||
}
|
}
|
||||||
|
|
||||||
// "Sub"command: clear flag
|
// "Sub"command: clear flag
|
||||||
if (ctx.Match("clear", "purge", "clean", "removeall", "text") || ctx.MatchFlag("c", "clear"))
|
if (ctx.Match("clear", "purge", "clean", "removeall") || ctx.MatchFlag("c", "clear"))
|
||||||
{
|
{
|
||||||
// If we already have multiple tags, this would clear everything, so prompt that
|
// If we already have multiple tags, this would clear everything, so prompt that
|
||||||
if (target.ProxyTags.Count > 1)
|
if (target.ProxyTags.Count > 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue