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