fix: _ is not defined

This commit is contained in:
HDTianRu 2024-08-21 08:38:50 +08:00
parent de7123f9a2
commit bc37738759

View file

@ -1,6 +1,7 @@
import { generateSeed } from '../../utils/data.js'; import { generateSeed } from '../../utils/data.js';
import settings from '../settings.js'; import settings from '../settings.js';
import crypto from 'crypto'; import crypto from 'crypto';
import _ from 'lodash';
/** /**
* derived from miao-yunzai * derived from miao-yunzai
*/ */