From cb310ae522384dcafd72b534ddb19ad1534ce65f Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Wed, 27 Mar 2024 11:55:45 +0100 Subject: [PATCH] feat: add Year of the Pegasus --- deck_code_bot/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deck_code_bot/main.py b/deck_code_bot/main.py index 470b9ac..b56e1a8 100644 --- a/deck_code_bot/main.py +++ b/deck_code_bot/main.py @@ -59,6 +59,7 @@ def pretty_zodiac_year(year): ZodiacYear.GRYPHON: "Year of the Gryphon", ZodiacYear.HYDRA: "Year of the Hydra", ZodiacYear.WOLF: "Year of the Wolf", + ZodiacYear.PEGASUS: "Year of the Pegasus", }.get(year, "(unknown)")