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
Some checks failed
Code quality checks / build (18.16) (push) Failing after 4s
This commit is contained in:
parent
c285984c9d
commit
504ffd729d
4 changed files with 23 additions and 10 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue