mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-08 00:05:01 +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";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { GuildMember, PermissionFlagsBits } from "discord.js";
|
||||
import { GuildPluginData } from "knub";
|
||||
import { intersection } from "lodash";
|
||||
import { intersection } from "lodash-es";
|
||||
import { PersistedData } from "../../../data/entities/PersistedData.js";
|
||||
import { SECONDS } from "../../../utils.js";
|
||||
import { canAssignRole } from "../../../utils/canAssignRole.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue