Add files via upload

This commit is contained in:
Juan Young 2019-07-17 20:20:59 +08:00 committed by GitHub
parent a96c959c1c
commit 69f7061472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,17 +48,6 @@ class LINE extends Command {
}
}
if(operation.type == 17) {
    if(this.stateStatus.kick == operation.param1) {
            if(this.stateStatus.kick == 1) {
if(isAdminOrBot(operation.param2)){
}else{
this._kickMember(operation.param1,[operation.param2]);
}
}
}
}
if(operation.type == 16 && this.stateStatus.salam == 1){
let halo = new Message();
halo.to = operation.param1;