3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-12 05:27:19 +00:00

More initialization order fixes (vol 2)

This commit is contained in:
Dragory 2021-05-23 17:13:11 +03:00
parent 9b6ee0b454
commit 8011885dc0
27 changed files with 97 additions and 44 deletions

View file

@ -94,7 +94,7 @@ export const SelfGrantableRolesPlugin = zeppelinGuildPlugin<SelfGrantableRolesPl
RoleAddCmd,
],
afterLoad(pluginData) {
beforeLoad(pluginData) {
pluginData.state.cooldowns = new CooldownManager();
},
});