![]() This enables better interoperability with other bots that apply roles on join. This is because bots that apply roles on join often run into a race condition where they're both setting the member's roles at the same time without knowing about the other, which results in one bot's roles overriding the other one's. Reapplying Zeppelin's roles after a delay should ensure that persisted roles get applied properly even in these cases. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
.prettierignore | ||
ormconfig.js | ||
package-lock.json | ||
package.json | ||
register-tsconfig-paths.js | ||
start-dev.js | ||
tsconfig.json |