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

fix: type errors + missing import

This commit is contained in:
Dragory 2024-08-11 22:52:33 +03:00
parent 4ac7ff0843
commit ff8b7471e2
No known key found for this signature in database
5 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
import { APIEmbed, ChatInputCommandInteraction, GuildMember, Message, User } from "discord.js";
import { GuildPluginData } from "knub";
import { In } from "typeorm";
import { FindOptionsWhere } from "typeorm/find-options/FindOptionsWhere";
import { FindOptionsWhere } from "typeorm";
import { CaseTypes } from "../../../../data/CaseTypes.js";
import { Case } from "../../../../data/entities/Case.js";
import { sendContextResponse } from "../../../../pluginUtils.js";