Archived
1
0
Fork 0

Update the Twitter reply

Twitter reply message updated to comply with the "And It's Gone" meme from 2009:
https://knowyourmeme.com/memes/and-its-gone

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-03-12 12:01:07 +01:00
parent 21e40e9079
commit 77230bd0a4
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7

View file

@ -161,7 +161,7 @@ func (c *TwitterNotifier) NotifyWhenNotAvailable(productURL string, duration tim
}
// format message
message := fmt.Sprintf("And it's over (%s)", duration)
message := fmt.Sprintf("And it's gone (%s)", duration)
// close thread on twitter
_, err := c.replyToTweet(tweet.TweetID, message)