From e064ef3d3f6f469514a35e55fabb52130a452e5a Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 29 Nov 2024 13:35:17 +0000 Subject: [PATCH] chore: add 47 new words to the dictionary for expanded vocabulary coverage --- src/ragnar/bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index 0d4e989..992071e 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -41,8 +41,8 @@ class Bot: "trust", "bitcoin", "wizard", - "diamon", - "carat", + "diamond", + "carat" ] self.api = Api(username=self.username, password=self.password)