Skip to content

Commit

Permalink
feat(kaiheila): export KaiheilaBot constructor (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe committed May 3, 2021
1 parent 1a0eeda commit 8fb118e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/adapter-kaiheila/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ declare module 'koishi-core' {

export * from './types'
export * from './utils'
export * from './bot'

Adapter.types['kaiheila:http'] = HttpServer
Adapter.types['kaiheila:ws'] = WsClient
Expand Down

0 comments on commit 8fb118e

Please sign in to comment.