From d0d2db11362143b3bda95c1cfa4e82e72bcf5b55 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 27 Nov 2024 16:37:33 +0100 Subject: [PATCH] added words --- src/ragnar/bot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index 3bc109e..ebd0fbe 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -32,6 +32,10 @@ class Bot: "recovery", {"regex": r"\([+,(,0-9,),-]{7,}"}, "money", + "landscape", + "cyber", + "recover", + "trust" ] self.api = Api(username=self.username, password=self.password)