From dc7054581dadab0c27cca54c8677e0e100ae36f1 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 29 Nov 2024 21:13:53 +0100 Subject: [PATCH] Added words --- src/ragnar/bot.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index 51f6431..deac5c7 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -42,7 +42,12 @@ class Bot: "bitcoin", "wizard", "diamond", - "carat," "carats", + "carat", + "carats", + "leading", + "helping", + "quality", + "unqiue" ] self.api = Api(username=self.username, password=self.password)