This commit is contained in:
José Henrique Ivanchechen 2023-08-01 19:42:17 -03:00
parent 0b9f96460f
commit b2fd801f3f

View File

@ -32,7 +32,7 @@ namespace Kasbot.Models
if (command.Contains(name))
{
prop.SetValue(this, true);
result.Replace(name, string.Empty);
result = result.Replace(name, string.Empty);
}
});
}