mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-08 08: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,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