Skip to content

Commit 1f1d924

Browse files
authored
fix: remove unused import
1 parent 0eed39c commit 1f1d924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/plugins/Automod/actions/addReactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { GuildTextBasedChannel, Snowflake } from "discord.js";
1+
import { Snowflake } from "discord.js";
22
import { z } from "zod";
33
import { noop } from "../../../utils.js";
44
import { automodAction } from "../helpers.js";

0 commit comments

Comments
 (0)