Compare commits

..

1 Commits

Author SHA1 Message Date
bot
bd9946a288 Update export statistics 2024-11-29 13:37:38 +00:00
5 changed files with 2 additions and 3 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 = 15 self.amount_of_rants_to_check = 5
names = { names = {
"no-spam": "Anna", "no-spam": "Anna",
"no-spam1": "Ira", "no-spam1": "Ira",
@ -42,8 +42,7 @@ 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)