Skip to content

Commit

Permalink
Added “see” keyword for “eyes”
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhellberg committed Jul 19, 2015
1 parent a550f88 commit 67682ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generated.go
Expand Up @@ -1399,7 +1399,7 @@ var emojis = Emojis{
Category: "objectsandsymbols",
},
"eyes": Emoji{
Keywords: []string{"look", "watch", "stalk", "peek"},
Keywords: []string{"look", "watch", "stalk", "peek", "see"},
Char: "👀",
Category: "people",
},
Expand Down Expand Up @@ -8618,6 +8618,9 @@ var keywordLookup = map[string][]string{
"no_entry",
"unlock",
},
"see": []string{
"eyes",
},
"serious": []string{
"unamused",
},
Expand Down

0 comments on commit 67682ee

Please sign in to comment.