style: Improved plugin.ts comments

This commit is contained in:
xxDeveloper
2022-06-16 21:55:44 +03:00
committed by GitHub
parent 6a983a5eae
commit 9c88951646

View File

@@ -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