mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-08 08:05:03 +00:00
fix: type errors + missing import
This commit is contained in:
parent
4ac7ff0843
commit
ff8b7471e2
5 changed files with 5 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue