From ddce78224ae746c0dcbc80beedd5835b0812438c Mon Sep 17 00:00:00 2001 From: Thorsten Date: Tue, 12 Dec 2023 21:15:19 +0100 Subject: [PATCH] kantig --- distbot/plugins/basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distbot/plugins/basic.py b/distbot/plugins/basic.py index 4309dd7..98c2c88 100644 --- a/distbot/plugins/basic.py +++ b/distbot/plugins/basic.py @@ -227,7 +227,7 @@ class Coin(Worker): if "coin" in words: localized_responses = ["head", "tails"] else: - localized_responses = ["kopf", "zahl"] + localized_responses = ["Kopf", "Zahl", "Kante"] result = random.choice(localized_responses) return Action(msg="{}: {}".format(sender, result)) -- 2.39.2