We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7108a9 commit 4aaeaf4Copy full SHA for 4aaeaf4
080_Voice_Chatbot_with_p5.Speech/P5/sketch.js
@@ -17,7 +17,7 @@ function setup() {
17
let bot = new RiveScript();
18
19
// changed callbacks to .then and .catch
20
- bot.loadFile("brain.txt").then(brainReady).catch(brainError);
+ bot.loadFile("brain.rive").then(brainReady).catch(brainError);
21
22
function brainReady() {
23
console.log("Chatbot ready!");
0 commit comments