refactor: extract proxy & fix bungee chaneel

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-09-24 10:31:20 +08:00
parent 7a1dd3e7b3
commit 51fb5aece3
4 changed files with 168 additions and 159 deletions

View File

@@ -3,6 +3,7 @@ import "@ccms/nashorn"
export * from './chat'
export * from './task'
export * from './event'
export * from './proxy'
export * from './console'
export * from './channel'
export * from './command'