]> git.cworth.org Git - zombocom-ai/blobdiff - index.js
Add bus object to default state
[zombocom-ai] / index.js
index b0a115f79dd8d0e1393cde0600838203df5e19a7..6aef48c06360b598ef68eb9d5bbaa0e02efce188 100644 (file)
--- a/index.js
+++ b/index.js
@@ -106,6 +106,13 @@ fs.readFile(state_file, (err, data) => {
                },
                state: "welcome",
                level: 0
+           },
+           bus : {
+               students: {
+                   names: [],
+                   count: 0,
+               },
+               state: "welcome"
            }
        };
     else