Compare commits
No commits in common. "532a1027198bf5f6e9fcfbb47bfca15b6204e821" and "1abc5d38d1c2774fb811dd202fbcf7c29e09ead6" have entirely different histories.
532a102719
...
1abc5d38d1
@ -95,7 +95,7 @@ class Bot:
|
|||||||
self.rsleepii()
|
self.rsleepii()
|
||||||
rant = self.api.get_rant(rant_id)
|
rant = self.api.get_rant(rant_id)
|
||||||
for comment in rant.get("comments", []):
|
for comment in rant.get("comments", []):
|
||||||
if self.names.get(self.username, "") in comment.get("body", ""):
|
if self.mark_text in comment.get("body", ""):
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user