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

fix: circular dependency in automod types

This commit is contained in:
Dragory 2024-01-15 18:03:45 +00:00
parent 28692962bc
commit 3db9090705
No known key found for this signature in database
6 changed files with 10 additions and 9 deletions

View file

@ -6,7 +6,7 @@ import { LogsPlugin } from "../../Logs/LogsPlugin";
import { MutesPlugin } from "../../Mutes/MutesPlugin";
import { resolveActionContactMethods } from "../functions/resolveActionContactMethods";
import { automodAction } from "../helpers";
import { zNotify } from "../types";
import { zNotify } from "../constants";
export const MuteAction = automodAction({
configSchema: z.strictObject({