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

created new plugin

This commit is contained in:
roflmaoqwerty 2020-01-09 00:23:41 +11:00
parent 329de665f5
commit 0b1381e7b3
3 changed files with 95 additions and 0 deletions

View file

@ -27,6 +27,7 @@ import { LocatePlugin } from "./LocateUser";
import { GuildConfigReloader } from "./GuildConfigReloader";
import { ChannelArchiverPlugin } from "./ChannelArchiver";
import { AutomodPlugin } from "./Automod";
import { RolesPlugin} from "./Roles";
/**
* Plugins available to be loaded for individual guilds
@ -58,6 +59,7 @@ export const availablePlugins = [
CompanionChannelPlugin,
LocatePlugin,
ChannelArchiverPlugin,
RolesPlugin,
];
/**