[deploy] add register module backend
Some checks failed
Deploy Discord Bot / deploy (push) Failing after 20s
Some checks failed
Deploy Discord Bot / deploy (push) Failing after 20s
This commit is contained in:
@@ -34,6 +34,7 @@ async function bootstrap() {
|
||||
context.reactionRoles.setClient(client);
|
||||
context.events.setClient(client);
|
||||
context.events.startScheduler();
|
||||
context.register.setClient(client);
|
||||
await context.reactionRoles.loadCache();
|
||||
logger.setSink((entry) => context.admin.pushLog(entry));
|
||||
for (const gid of settingsStore.all().keys()) {
|
||||
|
||||
Reference in New Issue
Block a user