From 698a2f64988df2f71586bf1c0bf06925336f127a Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Wed, 28 Oct 2020 00:34:34 +0100 Subject: [PATCH] fix(quack): only babies because they cute Fixes #3 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b1e41f9..4245ce8 100644 --- a/main.go +++ b/main.go @@ -242,7 +242,7 @@ func processHonk(twitterAPI *anaconda.TwitterApi, tweet anaconda.Tweet) { mention = tweet.User.ScreenName } - image := getImage("duck") + image := getImage("baby duck") if image == nil { image = getDefaultGoose() }