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)