Ignore commands in cleverbot and phone

This commit is contained in:
Dragon Fire
2021-03-07 16:37:54 -05:00
parent 7bd729a114
commit 227062e702
3 changed files with 4 additions and 6 deletions
-1
View File
@@ -11,7 +11,6 @@ module.exports = class Cleverbot {
this.cs = null;
this.timeout = this.setTimeout();
this.key = key;
this.active = false;
}
async respond(input) {