From 756c906b58dc3aaa9626cd248d955f8d2ebef985 Mon Sep 17 00:00:00 2001 From: Lucy Joshua <43093984+notBscalE@users.noreply.github.com> Date: Wed, 11 Jan 2023 23:47:35 +0200 Subject: [PATCH] Foreshadowing --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index fec55b3..9a8fbf4 100644 --- a/main.py +++ b/main.py @@ -73,7 +73,8 @@ class BotYamPoster(tweepy.StreamingClient): batyam_folks = ['134339937', '1533213104'] # Replies - post_reply(api, tweet, reply_words, reply_text_reply) + if not tweet.data['author_id'] == "1604848395805401092": + post_reply(api, tweet, reply_words, reply_text_reply) post_reply(api, tweet, gebels_words, reply_text_gebels) post_reply(api, tweet, police_words, reply_text_police) if any(botyam_og in tweet.data['author_id'] for botyam_og in batyam_folks):