mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +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,
|
RunAutomodOnLeaveEvt,
|
||||||
RunAutomodOnThreadCreate,
|
RunAutomodOnThreadCreate,
|
||||||
RunAutomodOnThreadDelete,
|
RunAutomodOnThreadDelete,
|
||||||
RunAutomodOnThreadUpdate
|
RunAutomodOnThreadUpdate,
|
||||||
RunAutomodOnVoiceStateUpdate,
|
RunAutomodOnVoiceStateUpdate,
|
||||||
// Messages use message events from SavedMessages, see onLoad below
|
// 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 * as t from "io-ts";
|
||||||
import { BasePluginType, CooldownManager } from "knub";
|
import { BasePluginType, CooldownManager } from "knub";
|
||||||
import { SavedMessage } from "../../data/entities/SavedMessage";
|
import { SavedMessage } from "../../data/entities/SavedMessage";
|
||||||
|
|
Loading…
Add table
Reference in a new issue