3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00

more minor typings fixes - 23 err left

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
metal 2023-03-12 16:51:26 +00:00 committed by GitHub
parent 69f2f3d516
commit 9956af7c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 28 additions and 25 deletions

View file

@ -1,4 +1,4 @@
import { User } from "discord.js";
import { AuditLogEvent, User } from "discord.js";
import { CaseTypes } from "../../../data/CaseTypes";
import { Case } from "../../../data/entities/Case";
import { logger } from "../../../logger";