From cef8ee775e9da714a746d255050a9f5c80c832d5 Mon Sep 17 00:00:00 2001 From: Thomas Renger Date: Sat, 7 Sep 2024 17:04:50 +0200 Subject: [PATCH] Sichelond (fixes #4 ) --- bot/testmoon2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/testmoon2.py b/bot/testmoon2.py index 2c71229..77578ab 100644 --- a/bot/testmoon2.py +++ b/bot/testmoon2.py @@ -76,7 +76,7 @@ def moon_phase_as_text(mday): if (till_next_full < datetime.timedelta(days=10)): return("🌓 Zunehmender Halbmond") if (till_next_full < datetime.timedelta(days=14)): - return("🌒 Zunehmender Sichelond") + return("🌒 Zunehmender Sichelmond") if (till_next_full < datetime.timedelta(days=16)): return("🌑 Neumond") if (till_next_full < datetime.timedelta(days=20)):