3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +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 a1219d6178
commit 2b92f726e1
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
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
];