From 6ffc53182de5a44466cb98ad4a4562b79ae1106a Mon Sep 17 00:00:00 2001 From: Olson Dimanche Date: Sat, 23 Mar 2019 10:48:18 -0400 Subject: setting up easter directory for the easter season --- bot/seasons/easter/__init__.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bot/seasons/easter/__init__.py (limited to 'bot') diff --git a/bot/seasons/easter/__init__.py b/bot/seasons/easter/__init__.py new file mode 100644 index 00000000..bfad772d --- /dev/null +++ b/bot/seasons/easter/__init__.py @@ -0,0 +1,17 @@ +from bot.seasons import SeasonBase + + +class Easter(SeasonBase): + """ + Easter is a beautiful time of the year often celebrated after the first Full Moon of the new spring season. + This time is quite beautiful due to the colorful flowers coming out to greet us. So. let's greet Spring + in an Easter celebration of contributions. + """ + + name = "easter" + bot_name = "BunnyBot" + greeting = "Happy Easter to us all!" + + # Duration of season + start_date = "01/04" + end_date = "30/04" -- cgit v1.2.3