replace fistmas with christmas in snappy quotes

pull/83/head
Aevann 2022-12-25 19:17:15 +02:00
parent c4fc37d23a
commit ca4ffdb91a
3 changed files with 11 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def _initialize_snappy_marseys_and_quotes():
SNAPPY_MARSEYS = [f':#{x}:' for x in marseys_const2]
filename = f"snappy_{SITE_NAME}.txt"
if HOLIDAY_EVENT: filename = f"snappy_event.txt"
if HOLIDAY_EVENT: filename = f"snappy_event_{SITE_NAME}.txt"
try:
with open(filename, "r", encoding="utf-8") as f:

View File

@ -0,0 +1,10 @@
```
.-""-.
/,..___\
() {_____}
(/-@-@-\)
{`-=^=-'}
{ `-' } Merry Christmas!
{ }
`---'
```