From: Thorsten Date: Tue, 12 Dec 2023 20:15:19 +0000 (+0100) Subject: kantig X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=ddce78224ae746c0dcbc80beedd5835b0812438c;p=urlbot-v3.git kantig --- 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))