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:
parent
a1219d6178
commit
2b92f726e1
2 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue