mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
rebase shenanigans
This commit is contained in:
parent
8a30c50fa8
commit
c19ca674d8
2 changed files with 10 additions and 2 deletions
|
@ -214,7 +214,7 @@ export const AutomodPlugin = zeppelinGuildPlugin<AutomodPluginType>()({
|
|||
RunAutomodOnLeaveEvt,
|
||||
RunAutomodOnThreadCreate,
|
||||
RunAutomodOnThreadDelete,
|
||||
RunAutomodOnThreadUpdate
|
||||
RunAutomodOnThreadUpdate,
|
||||
RunAutomodOnVoiceStateUpdate,
|
||||
// Messages use message events from SavedMessages, see onLoad below
|
||||
],
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
import { GuildMember, PartialGuildMember, TextChannel, ThreadChannel, User } from "discord.js";
|
||||
import {
|
||||
GuildMember,
|
||||
PartialGuildMember,
|
||||
StageChannel,
|
||||
TextChannel,
|
||||
ThreadChannel,
|
||||
User,
|
||||
VoiceChannel,
|
||||
} from "discord.js";
|
||||
import * as t from "io-ts";
|
||||
import { BasePluginType, CooldownManager } from "knub";
|
||||
import { SavedMessage } from "../../data/entities/SavedMessage";
|
||||
|
|
Loading…
Add table
Reference in a new issue