3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-16 11:05:03 +00:00

chore: lodash -> lodash-es
Some checks failed
Code quality checks / build (18.16) (push) Failing after 4s

This commit is contained in:
Dragory 2025-01-01 15:41:17 +00:00
parent c285984c9d
commit 504ffd729d
No known key found for this signature in database
4 changed files with 23 additions and 10 deletions

View file

@ -1,6 +1,5 @@
import { guildPluginEventListener } from "knub";
import { difference } from "lodash";
import { isEqual } from "lodash";
import { difference, isEqual } from "lodash-es";
import { runAutomod } from "../functions/runAutomod.js";
import { AutomodContext, AutomodPluginType } from "../types.js";