3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 01:25:02 +00:00

Update backend/src/plugins/Automod/actions/crosspostMessage.ts

Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
metal 2021-09-08 11:40:15 +01:00 committed by GitHub
parent 4278a05824
commit ddf685a5a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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({