Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mildsunrise committed Feb 5, 2017
1 parent bef8312 commit ca43e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Timer.prototype.reset = function reset() {
/** EDITED MESSAGE **/

function EditedMessage(reply, text, mode) {
this.reply = reply.detached();
this.reply = reply;
this.mode = mode;

this.lastText = text;
Expand Down

0 comments on commit ca43e87

Please sign in to comment.