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
5 changed files with 3 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

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