Made rant history static.
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 1m8s

This commit is contained in:
retoor 2025-01-11 19:24:06 +01:00
parent 1e46bf0df6
commit 03e540c30f

View File

@ -9,11 +9,13 @@ from ragnar.victoria import vic
class Bot: class Bot:
rant_history = []
def __init__(self, username, password): def __init__(self, username, password):
self.username = username self.username = username
self.password = password self.password = password
self.name = self.username.split("@")[0] self.name = self.username.split("@")[0]
self.rant_history = []
self.amount_of_rants_to_check = 30 self.amount_of_rants_to_check = 30
self.sus_users = ["Buffon"] self.sus_users = ["Buffon"]
self.names = { self.names = {