From 528078935102df7e259185823fd9951919a47add Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 29 Nov 2024 14:40:26 +0100 Subject: [PATCH] Update word list. --- src/ragnar/bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index 992071e..720fb96 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -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,6 +42,7 @@ class Bot: "bitcoin", "wizard", "diamond", + "carat," "carat" ] self.api = Api(username=self.username, password=self.password)