From 76b80c8d9c4edd89856d626d80a7fa26c21d14c2 Mon Sep 17 00:00:00 2001 From: metal Date: Mon, 6 Sep 2021 17:36:11 +0100 Subject: [PATCH] Update backend/src/plugins/Automod/actions/startThread.ts Co-authored-by: Almeida --- backend/src/plugins/Automod/actions/startThread.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/Automod/actions/startThread.ts b/backend/src/plugins/Automod/actions/startThread.ts index 46f7d91e..098fe914 100644 --- a/backend/src/plugins/Automod/actions/startThread.ts +++ b/backend/src/plugins/Automod/actions/startThread.ts @@ -2,7 +2,7 @@ import { GuildFeature, ThreadAutoArchiveDuration } from "discord-api-types"; import { TextChannel } from "discord.js"; import * as t from "io-ts"; import { renderTemplate, TemplateSafeValueContainer } from "../../../templateFormatter"; -import { ChannelTypeStrings } from "src/types"; +import { ChannelTypeStrings } from "../../../types"; import { convertDelayStringToMS, MINUTES, tDelayString, tNullable } from "../../../utils"; import { savedMessageToTemplateSafeSavedMessage, userToTemplateSafeUser } from "../../../utils/templateSafeObjects"; import { noop } from "../../../utils";