feat: use InternalPoster for Automod alerts

This commit is contained in:
Dragory 2021-11-02 22:12:57 +02:00
parent fe63ec9d77
commit 8ac117a6f3
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 13 additions and 6 deletions

View file

@ -36,6 +36,7 @@ import { pluginInfo } from "./info";
import { availableTriggers } from "./triggers/availableTriggers";
import { AutomodPluginType, ConfigSchema } from "./types";
import { PhishermanPlugin } from "../Phisherman/PhishermanPlugin";
import { InternalPosterPlugin } from "../InternalPoster/InternalPosterPlugin";
const defaultOptions = {
config: {
@ -193,6 +194,7 @@ export const AutomodPlugin = zeppelinGuildPlugin<AutomodPluginType>()({
MutesPlugin,
CountersPlugin,
PhishermanPlugin,
InternalPosterPlugin,
],
configSchema: ConfigSchema,