mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Migrate AutoDelete to new Plugin structure
This commit is contained in:
parent
ebcb28261b
commit
e682e9b8c5
9 changed files with 194 additions and 0 deletions
|
@ -13,9 +13,11 @@ import { GuildConfigReloaderPlugin } from "./GuildConfigReloader/GuildConfigRelo
|
|||
import { CasesPlugin } from "./Cases/CasesPlugin";
|
||||
import { MutesPlugin } from "./Mutes/MutesPlugin";
|
||||
import { TagsPlugin } from "./Tags/TagsPlugin";
|
||||
import { AutoDeletePlugin } from "./AutoDelete/AutoDeletePlugin";
|
||||
|
||||
// prettier-ignore
|
||||
export const guildPlugins: Array<ZeppelinPluginBlueprint<any>> = [
|
||||
AutoDeletePlugin,
|
||||
AutoReactionsPlugin,
|
||||
LocateUserPlugin,
|
||||
PersistPlugin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue