Compare commits

...

2 Commits

Author SHA1 Message Date
33375d1de3 Update word list.
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 59s
2024-11-29 14:41:50 +01:00
5280789351 Update word list. 2024-11-29 14:40:26 +01:00

View File

@ -14,7 +14,7 @@ class Bot:
self.password = password
self.name = self.username.split("@")[0]
self.rant_history = []
self.amount_of_rants_to_check = 5
self.amount_of_rants_to_check = 15
names = {
"no-spam": "Anna",
"no-spam1": "Ira",
@ -42,7 +42,8 @@ class Bot:
"bitcoin",
"wizard",
"diamond",
"carat"
"carat,"
"carats"
]
self.api = Api(username=self.username, password=self.password)