diff --git a/PluralKit.Bot/Commands/SystemEdit.cs b/PluralKit.Bot/Commands/SystemEdit.cs index af986cc6..4f942314 100644 --- a/PluralKit.Bot/Commands/SystemEdit.cs +++ b/PluralKit.Bot/Commands/SystemEdit.cs @@ -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)