feat: complate event and command module

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-09-19 18:59:32 +08:00
parent 15cea1dfc8
commit 533859808f
5 changed files with 198 additions and 39 deletions

View File

@ -1,3 +1,6 @@
export const METADATA_KEY = {
plugin: "@ms/plugin:plugin",
cmd: "@ms/plugin:cmd",
tab: "@ms/plugin:tab",
listener: "@ms/plugin:listener",
};