This commit is contained in:
Dragon Fire
2021-03-06 13:42:40 -05:00
parent 0cd2c8adb5
commit 3cbe54ee88
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ module.exports = class Cleverbot {
this.cs = null;
this.timeout = this.setTimeout();
this.key = key;
this.active = false;
}
async respond(input) {