Skip to content

Commit

Permalink
fix name honk!
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Sep 28, 2020
1 parent 704d8de commit 20dfc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func processHonk(twitterAPI *anaconda.TwitterApi, tweet anaconda.Tweet) {
image = getImage("capybara")
msg = fmt.Sprintf("@%s Honkbara the Planet", mention)
} else {
image = getImage("honk")
image = getImage("goose")
msg = fmt.Sprintf("@%s Honk the Planet #honkbot", mention)
}

Expand Down

0 comments on commit 20dfc3b

Please sign in to comment.