3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 14:11:50 +00:00

rebase shenanigans

This commit is contained in:
almeidx 2021-11-14 14:42:02 +00:00
parent 8a30c50fa8
commit c19ca674d8
No known key found for this signature in database
GPG key ID: C5FF0C40763546C5
2 changed files with 10 additions and 2 deletions

View file

@ -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
], ],

View file

@ -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";