Skip to content

Commit 0c4642f

Browse files
committed
Update import statement for Bot from juicy-chat-bot
1 parent 6862481 commit 0c4642f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/chatbot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import config from 'config'
1414
import download from 'download'
1515
import * as utils from '../lib/utils'
1616
import { isString } from 'lodash'
17-
import Bot from 'juicy-chat-bot'
17+
import { Bot } from 'juicy-chat-bot'
1818
import validateChatBot from '../lib/startup/validateChatBot'
1919
import * as security from '../lib/insecurity'
2020
import * as botUtils from '../lib/botUtils'

0 commit comments

Comments
 (0)