Rearrange identifier

This commit is contained in:
Schuyler Cebulskie
2016-12-30 21:05:34 -05:00
parent 2b25641270
commit 054d4655c1
2 changed files with 11 additions and 13 deletions

View File

@@ -26,8 +26,8 @@ class ReactionEmoji {
/**
* The identifier of this emoji, used for message reactions
* @readonly
* @type {string}
* @readonly
*/
get identifier() {
if (this.id) return `${this.name}:${this.id}`;