More shortcuts

This commit is contained in:
abalabahaha
2015-12-05 09:43:11 -08:00
parent ae71087bcc
commit 559ed5f76f
11 changed files with 91 additions and 86 deletions

View File

@@ -60,7 +60,7 @@ export default class Message extends Equality{
update(){
return this.client.updateMessage.apply(this.client, reg(this, arguments));
}
edit() {
return this.client.updateMessage.apply(this.client, reg(this, arguments));
}