Add some support for feature flags in addition to making roll modes work with custom chat formats

This commit is contained in:
Oliver-Akins 2024-09-03 00:40:41 -06:00
parent f238db1c4d
commit 444af027b3
7 changed files with 88 additions and 7 deletions

3
src/consts.mjs Normal file
View file

@ -0,0 +1,3 @@
export const FEATURE_FLAGS = Object.freeze({
ROLLMODECONTENT: `Roll Mode Message Content`,
});