From f7522ddeac50d897bbb9f0291b5723ba80707d1f Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 29 Nov 2024 14:35:17 +0100 Subject: [PATCH] Update word list. --- 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)