Made rant history static.
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 1m8s
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 1m8s
This commit is contained in:
parent
1e46bf0df6
commit
03e540c30f
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user