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:
parent
28692962bc
commit
3db9090705
6 changed files with 10 additions and 9 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue