diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index fffea3e..f18316c 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -9,11 +9,13 @@ from ragnar.victoria import vic class Bot: + rant_history = [] + def __init__(self, username, password): self.username = username self.password = password self.name = self.username.split("@")[0] - self.rant_history = [] + self.amount_of_rants_to_check = 30 self.sus_users = ["Buffon"] self.names = {