mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +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();
|
||||
|
||||
var newTag = ctx.RemainderOrNull();
|
||||
var newTag = ctx.RemainderOrNull(skipFlags: false);
|
||||
ctx.System.Tag = newTag;
|
||||
|
||||
if (newTag != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue