diff --git a/src/BotYamPoster.py b/src/BotYamPoster.py index baae900..c075c49 100644 --- a/src/BotYamPoster.py +++ b/src/BotYamPoster.py @@ -71,7 +71,7 @@ class BotYamPoster(tweepy.StreamingClient): reply_bank['special_gags']['misadot']['reply'], postcounter) - if (postcounter == 0): + if (postcounter == 0 and "@FromBotYam" in tweet.data['text']): print("Post counter for this tweet: 0! Posting tilt.") if any(tilter in tweet.data['text'] for tilter in reply_bank['special_gags']['tilt']['keywords']) or (postcounter == 0 and "@FromBotYam" in tweet.data['text']):