From 9c889516468501d9a63d12e6acce2d41d7417d35 Mon Sep 17 00:00:00 2001 From: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com> Date: Thu, 16 Jun 2022 21:55:44 +0300 Subject: [PATCH] style: Improved plugin.ts comments --- src/handler/plugins/plugin.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/handler/plugins/plugin.ts b/src/handler/plugins/plugin.ts index 3199c51..af79984 100644 --- a/src/handler/plugins/plugin.ts +++ b/src/handler/plugins/plugin.ts @@ -1,8 +1,8 @@ /* * Plugins can be inserted on all commands and are emitted * - * 1. on ready event, where all commands are loaded. - * 2. on corresponding observable (command triggers) + * 1. On ready event, where all commands are loaded. + * 2. On corresponding observable (when command triggers) * * The goal of plugins is to organize commands and * provide extensions to repetitive patterns