From 34e519ae06d3958fcfdbf1020b7bc31082f56392 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 29 Nov 2024 14:33:49 +0100 Subject: [PATCH] Update word list. --- src/ragnar/bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index cdcbf0c..836b5fb 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -41,6 +41,8 @@ class Bot: "trust", "bitcoin", "wizard", + "diamon", + "carat" ] self.api = Api(username=self.username, password=self.password)