Skip to content

Commit bc42741

Browse files
authored
refactor: change import from 'zod/v4' to 'zod'
1 parent b467c39 commit bc42741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/plugins/Automod/triggers/hasAttachments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Snowflake } from "discord.js";
2-
import z from "zod/v4";
2+
import z from "zod";
33
import { asSingleLine, messageSummary, verboseChannelMention } from "../../../utils.js";
44
import { automodTrigger } from "../helpers.js";
55

0 commit comments

Comments
 (0)