diff --git a/src/handler/events/readyEvent.ts b/src/handler/events/readyEvent.ts index 9294e74..7c3a8c6 100644 --- a/src/handler/events/readyEvent.ts +++ b/src/handler/events/readyEvent.ts @@ -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(commands).pipe( errTap(reason => { wrapper.sernEmitter?.emit('module.register', {