X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=index.js;fp=index.js;h=6aef48c06360b598ef68eb9d5bbaa0e02efce188;hb=99fdf6accc38514ec375f05912741b7d4d2ecef6;hp=b0a115f79dd8d0e1393cde0600838203df5e19a7;hpb=d0b335cb1b8d7c80eafa77b5095e19ec143d558b;p=zombocom-ai diff --git a/index.js b/index.js index b0a115f..6aef48c 100644 --- 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