3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +00:00

Add auto-delete plugin

This commit is contained in:
Dragory 2020-01-23 01:31:23 +02:00
parent c0b12254b1
commit dc27821a63
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
4 changed files with 157 additions and 0 deletions

View file

@ -28,6 +28,7 @@ import { GuildConfigReloader } from "./GuildConfigReloader";
import { ChannelArchiverPlugin } from "./ChannelArchiver";
import { AutomodPlugin } from "./Automod";
import { RolesPlugin } from "./Roles";
import { AutoDeletePlugin } from "./AutoDelete";
/**
* Plugins available to be loaded for individual guilds
@ -60,6 +61,7 @@ export const availablePlugins = [
LocatePlugin,
ChannelArchiverPlugin,
RolesPlugin,
AutoDeletePlugin,
];
/**