Add files via upload

This commit is contained in:
MrYoung249 2019-07-13 13:00:34 +08:00 committed by GitHub
parent 9db582beb4
commit bdbdc4eb1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -64,7 +64,7 @@ class Command extends LineAPI {
}
return;
}
return this._sendMessage(this.messages, 'Ndeleng sampeyan asu');
this._sendMessage(this.messages, 'Ndeleng sampeyan asu');
}
}

View file

@ -52,9 +52,7 @@ class LINE extends Command {
let halo = new Message();
halo.to = operation.param1;
halo.text = "kkabeh";
hao.text = "Ndeleng sampeyan asu";
this._client.sendMessage(0, halo);
this._client.sendMessage(0, hao);
}
this.getOprationType(operation);
}