From 440c9ffd9ba302c07049d3339a4f42f994e146b9 Mon Sep 17 00:00:00 2001 From: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com> Date: Thu, 16 Jun 2022 21:56:28 +0300 Subject: [PATCH] style: Improved readyEvent.ts comments --- src/handler/events/readyEvent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', {