mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-08 08:05:03 +00:00
feat: update to djs 14.19.3, node 22, zod 4
This commit is contained in:
parent
595e1a0556
commit
09eb8e92f2
189 changed files with 1244 additions and 900 deletions
|
@ -1,4 +1,4 @@
|
|||
import { Snowflake, User } from "discord.js";
|
||||
import { PartialUser, Snowflake, User } from "discord.js";
|
||||
import { GuildPluginData } from "knub";
|
||||
import { LogType } from "../../../data/LogType.js";
|
||||
import { createTypedTemplateSafeValueContainer } from "../../../templateFormatter.js";
|
||||
|
@ -8,7 +8,7 @@ import { LogsPluginType } from "../types.js";
|
|||
import { log } from "../util/log.js";
|
||||
|
||||
export interface LogMemberUnbanData {
|
||||
mod: User | UnknownUser | null;
|
||||
mod: User | UnknownUser | PartialUser | null;
|
||||
userId: Snowflake;
|
||||
caseNumber: number;
|
||||
reason: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue