From 03e540c30f9f2c993e5b2e121b898b70aa0a995b Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 11 Jan 2025 19:24:06 +0100 Subject: [PATCH] Made rant history static. --- src/ragnar/bot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = {