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:
parent
4278a05824
commit
ddf685a5a2
1 changed files with 2 additions and 2 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue