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)):