3
0
Fork 0
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

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,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";