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:
parent
21e40e9079
commit
77230bd0a4
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ func (c *TwitterNotifier) NotifyWhenNotAvailable(productURL string, duration tim
|
||||||
}
|
}
|
||||||
|
|
||||||
// format message
|
// format message
|
||||||
message := fmt.Sprintf("And it's over (%s)", duration)
|
message := fmt.Sprintf("And it's gone (%s)", duration)
|
||||||
|
|
||||||
// close thread on twitter
|
// close thread on twitter
|
||||||
_, err := c.replyToTweet(tweet.TweetID, message)
|
_, err := c.replyToTweet(tweet.TweetID, message)
|
||||||
|
|
Reference in a new issue