diff --git a/lib/CoreBot.js b/lib/CoreBot.js index 8614d0438..46bd9be02 100755 --- a/lib/CoreBot.js +++ b/lib/CoreBot.js @@ -1585,7 +1585,7 @@ function Botkit(configuration) { })); botkit.webserver.use(express.static(static_dir)); - botkit.webserver.listen( + botkit.webserver.server = botkit.webserver.listen( botkit.config.port, botkit.config.hostname, function() {