3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 08:45:03 +00:00

Fix base plugins not being loaded by default

This commit is contained in:
Dragory 2020-07-30 22:23:18 +03:00
parent 6597879a81
commit 4e1eb0ac5d
2 changed files with 13 additions and 1 deletions

View file

@ -69,3 +69,13 @@ export const globalPlugins = [
GuildConfigReloaderPlugin,
BotControlPlugin,
];
// prettier-ignore
export const baseGuildPlugins: Array<ZeppelinPluginBlueprint<any>> = [
GuildInfoSaverPlugin,
MessageSaverPlugin,
NameHistoryPlugin,
CasesPlugin,
MutesPlugin,
// TODO: Replace these with proper dependencies
];