diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index 5ae5d80..6428a44 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -95,7 +95,7 @@ class Bot: self.rsleepii() rant = self.api.get_rant(rant_id) for comment in rant.get("comments", []): - if self.mark_text in comment.get("body", ""): + if self.names.get(self.username,"") in comment.get("body", ""): return True return False