We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6862481 commit 0c4642fCopy full SHA for 0c4642f
routes/chatbot.ts
@@ -14,7 +14,7 @@ import config from 'config'
14
import download from 'download'
15
import * as utils from '../lib/utils'
16
import { isString } from 'lodash'
17
-import Bot from 'juicy-chat-bot'
+import { Bot } from 'juicy-chat-bot'
18
import validateChatBot from '../lib/startup/validateChatBot'
19
import * as security from '../lib/insecurity'
20
import * as botUtils from '../lib/botUtils'
0 commit comments