Ignore flags when parsing system tags
This commit is contained in:
parent
26e7ef3c23
commit
f97c18aed0
@ -50,7 +50,7 @@ namespace PluralKit.Bot
|
||||
{
|
||||
ctx.CheckSystem();
|
||||
|
||||
var newTag = ctx.RemainderOrNull();
|
||||
var newTag = ctx.RemainderOrNull(skipFlags: false);
|
||||
ctx.System.Tag = newTag;
|
||||
|
||||
if (newTag != null)
|
||||
|
Loading…
Reference in New Issue
Block a user