From 33375d1de369aa92998e47a323ae4afcf53bd8a4 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 29 Nov 2024 14:41:50 +0100 Subject: [PATCH] Update word list. --- src/ragnar/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index 720fb96..c691572 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -43,7 +43,7 @@ class Bot: "wizard", "diamond", "carat," - "carat" + "carats" ] self.api = Api(username=self.username, password=self.password)