Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Add new year and maid-chan birthday messages
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomofkeima committed Dec 30, 2017
1 parent 1e26a0c commit 8c3111e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions maidchan/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,29 @@ class Constants(object):
"end_month": 12,
"force": True
},
{
"text": "Good morning, {}! New year is coming soon <3",
"start_date": 31,
"start_month": 12,
"end_date": 31,
"end_month": 12,
"force": True
},
{
"text": "あけましておめでとう! 今年もよろしく, {}!",
"start_date": 1,
"start_month": 1,
"end_date": 1,
"end_month": 1,
"force": True
},
{
"text": "Good morning, {}! Today is my birthday! Thanks for accompanying Maid-chan this whole year!",
"start_date": 10,
"start_month": 1,
"end_date": 10,
"end_month": 1,
"force": True
}
]

Expand Down

0 comments on commit 8c3111e

Please sign in to comment.