mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-12 13:37:19 +00:00
Fix issues with circular dependencies between plugins
This commit is contained in:
parent
171abe21f6
commit
44fbd020db
23 changed files with 36 additions and 29 deletions
|
@ -8,7 +8,7 @@ export const ChannelArchiverPlugin = zeppelinGuildPlugin<ChannelArchiverPluginTy
|
|||
name: "channel_archiver",
|
||||
showInDocs: false,
|
||||
|
||||
dependencies: [TimeAndDatePlugin],
|
||||
dependencies: () => [TimeAndDatePlugin],
|
||||
configSchema: t.type({}),
|
||||
|
||||
// prettier-ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue