Add WI entry delay

This commit is contained in:
Cohee
2024-06-26 22:43:30 +03:00
parent 54fb7a9030
commit 886b6fee64
3 changed files with 68 additions and 6 deletions

View File

@ -485,6 +485,7 @@ function convertWorldInfoToCharacterBook(name, entries) {
vectorized: entry.vectorized ?? false,
sticky: entry.sticky ?? null,
cooldown: entry.cooldown ?? null,
delay: entry.delay ?? null,
},
};