Skip to content

Commit c05230b

Browse files
committed
fix: add missing export for BotApiError
1 parent bd58707 commit c05230b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export * as Bot from './Bot.ts'
22
export * as BotApi from './BotApi.ts'
3+
export * as BotApiError from './BotApiError.ts'
34
export * as BotApiTransport from './BotApiTransport.ts'
45
export * as BotApiUrl from './BotApiUrl.ts'
56
export * as Content from './Content.ts'

0 commit comments

Comments
 (0)