We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b467c39 commit bc42741Copy full SHA for bc42741
1 file changed
backend/src/plugins/Automod/triggers/hasAttachments.ts
@@ -1,5 +1,5 @@
1
import { Snowflake } from "discord.js";
2
-import z from "zod/v4";
+import z from "zod";
3
import { asSingleLine, messageSummary, verboseChannelMention } from "../../../utils.js";
4
import { automodTrigger } from "../helpers.js";
5
0 commit comments