Fixed update to updateMessage

This commit is contained in:
hydrabolt
2015-11-15 14:32:59 +00:00
parent a5581382b9
commit 373358cf49
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ class Message{
}
update(){
return this.client.update.apply(this.client, reg(this, arguments));
return this.client.updateMessage.apply(this.client, reg(this, arguments));
}
reply(){