mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add WI entry delay
This commit is contained in:
@ -485,6 +485,7 @@ function convertWorldInfoToCharacterBook(name, entries) {
|
||||
vectorized: entry.vectorized ?? false,
|
||||
sticky: entry.sticky ?? null,
|
||||
cooldown: entry.cooldown ?? null,
|
||||
delay: entry.delay ?? null,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user