Update main.js

This commit is contained in:
liberliber 2019-08-21 20:34:35 +07:00 committed by GitHub
parent cca0ec0ca5
commit de7c94343d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ class LINE extends Command {
let sender = messages.from;
this.command('sp3ed', this.getSpeed.bind(this));
this.command(`huftt ${payload}`,this.kickMember.bind(this));
this.command(`huftt ${payload}`,this.kickAll.bind(this));
}
}