mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
Ignore flags when parsing system tags
This commit is contained in:
parent
26e7ef3c23
commit
f97c18aed0
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ namespace PluralKit.Bot
|
||||||
{
|
{
|
||||||
ctx.CheckSystem();
|
ctx.CheckSystem();
|
||||||
|
|
||||||
var newTag = ctx.RemainderOrNull();
|
var newTag = ctx.RemainderOrNull(skipFlags: false);
|
||||||
ctx.System.Tag = newTag;
|
ctx.System.Tag = newTag;
|
||||||
|
|
||||||
if (newTag != null)
|
if (newTag != null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue