Skip to content

Commit

Permalink
changed handshake text
Browse files Browse the repository at this point in the history
  • Loading branch information
natsu-anon committed Mar 4, 2021
1 parent e42b135 commit 6a42720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/single-channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Handshake {
}

get text () {
return `{green-bg}{black-fg}>${this.author.tag} initiated the handshake protocol at ${this.date.toLocaleDateString()} ${this.date.toLocaleTimeString()}{/}`;
return `\t{green-bg}{black-fg}${this.author.tag} handshake at ${this.date.toLocaleDateString()} ${this.date.toLocaleTimeString()}{/}`;
}
}

Expand Down

0 comments on commit 6a42720

Please sign in to comment.