We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e09e1 commit a11da0fCopy full SHA for a11da0f
index.coffee
@@ -7,8 +7,7 @@ Response = require './src/respons
7
{TextMessage,EnterMessage,LeaveMessage,CatchAllMessage} = require './src/message'
8
9
module.exports.loadBot = (adapterPath, adapterName, enableHttpd, botName) ->
10
- robot = require './src/robot'
11
- new robot adapterPath, adapterName, enableHttpd, botName
+ new Robot adapterPath, adapterName, enableHttpd, botName
12
13
module.exports.User = User
14
module.exports.Brain = Brain
0 commit comments