From 8ab3909326eee834716beb03cfcf6cdb0fd59c5a Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 29 Nov 2024 13:33:49 +0000 Subject: [PATCH] chore: update word list with new entries and corrections --- 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)