Skip to content

Commit 4b99b37

Browse files
authoredNov 16, 2023
fix: register CoreReady piece correctly (#690)
1 parent cb78776 commit 4b99b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/listeners/CoreReady.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class CoreListener extends Listener {
1616
}
1717

1818
void container.stores.loadPiece({
19-
name: 'CoreInteractionCreate',
19+
name: 'CoreReady',
2020
piece: CoreListener,
2121
store: 'listeners'
2222
});

0 commit comments

Comments
 (0)
Please sign in to comment.