unvendor: Replace droll

This commit is contained in:
Cohee
2024-10-17 08:12:28 +00:00
parent ec4763b0c5
commit e9a002bc2b
8 changed files with 22 additions and 7 deletions

View File

@ -1,4 +1,4 @@
import { Handlebars, moment, seedrandom } from '../lib.js';
import { Handlebars, moment, seedrandom, droll } from '../lib.js';
import { chat, chat_metadata, main_api, getMaxContextSize, getCurrentChatId, substituteParams } from '../script.js';
import { timestampToMoment, isDigitsOnly, getStringHash, escapeRegex, uuidv4 } from './utils.js';
import { textgenerationwebui_banned_in_macros } from './textgen-settings.js';