Skip to content

Commit

Permalink
Add "awkward" gif
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilsson committed Mar 18, 2019
1 parent f889876 commit 7809f52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ type Image struct {

func GetImage(input string) *Image {
images := map[string]*Image{
"awkward": {
Image: "https://media.giphy.com/media/kaq6GnxDlJaBq/giphy-downsized.gif",
URL: "https://giphy.com/gifs/chloe-concerned-kaq6GnxDlJaBq",
},
"calm down": {
Image: "https://media.giphy.com/media/26uf7I0OKqyIpUO5O/giphy-downsized.gif",
URL: "https://giphy.com/gifs/viceprincipals-hbo-vice-principals-26uf7I0OKqyIpUO5O",
Expand Down

0 comments on commit 7809f52

Please sign in to comment.