Skip to content

Commit a59e709

Browse files
committed
Updated example
1 parent ca73b7b commit a59e709

File tree

1 file changed

+1
-6
lines changed
  • Node/examples/basics-libraries

1 file changed

+1
-6
lines changed

Node/examples/basics-libraries/app.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ var builder = require('../../core/');
1515
var localeTools = require('./localeTools');
1616

1717
var connector = new builder.ConsoleConnector().listen();
18-
var bot = new builder.UniversalBot(connector, {
19-
localizerSettings: {
20-
botLocalePath: "./locale",
21-
defaultLocale: "en"
22-
}
23-
});
18+
var bot = new builder.UniversalBot(connector);
2419

2520
// Initialize prompts and libraries
2621
localeTools.create(bot);

0 commit comments

Comments
 (0)