style: Improved readyEvent.ts comments

This commit is contained in:
xxDeveloper
2022-06-16 21:56:28 +03:00
committed by GitHub
parent 9c88951646
commit 440c9ffd9b

View File

@@ -29,7 +29,7 @@ export function onReady(wrapper: Wrapper) {
const { client, commands } = wrapper;
const ready$ = fromEvent(client, 'ready').pipe(take(1), skip(1));
//Using sernModule function already checks if module is not EventModule
// Using sernModule function already checks if module is not EventModule
const processCommandFiles$ = Files.buildData<CommandModule>(commands).pipe(
errTap(reason => {
wrapper.sernEmitter?.emit('module.register', {