diff --git a/backend/src/plugins/Automod/actions/crosspostMessage.ts b/backend/src/plugins/Automod/actions/crosspostMessage.ts index 79a360b6..9217da83 100644 --- a/backend/src/plugins/Automod/actions/crosspostMessage.ts +++ b/backend/src/plugins/Automod/actions/crosspostMessage.ts @@ -1,6 +1,6 @@ import * as t from "io-ts"; -import { ChannelTypeStrings } from "src/types"; -import { noop } from "src/utils"; +import { ChannelTypeStrings } from "../../../types"; +import { noop } from "../../../utils"; import { automodAction } from "../helpers"; export const CrosspostMessageAction = automodAction({