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

Fix issues with circular dependencies between plugins

This commit is contained in:
Dragory 2021-08-18 19:33:22 +03:00
parent 171abe21f6
commit 44fbd020db
23 changed files with 36 additions and 29 deletions

View file

@ -55,7 +55,7 @@ export const CensorPlugin = zeppelinGuildPlugin<CensorPluginType>()({
legacy: true,
},
dependencies: [LogsPlugin],
dependencies: () => [LogsPlugin],
configSchema: ConfigSchema,
defaultOptions,