From ca4ffdb91a4d4f012e754702e81ebedddb605f7b Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 25 Dec 2022 19:17:15 +0200 Subject: [PATCH] replace fistmas with christmas in snappy quotes --- files/helpers/const_stateful.py | 2 +- snappy_event_WPD.txt | 10 ++++++++++ snappy_event.txt => snappy_event_rDrama.txt | 0 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 snappy_event_WPD.txt rename snappy_event.txt => snappy_event_rDrama.txt (100%) diff --git a/files/helpers/const_stateful.py b/files/helpers/const_stateful.py index 367996ba6..d8ed72d93 100644 --- a/files/helpers/const_stateful.py +++ b/files/helpers/const_stateful.py @@ -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: diff --git a/snappy_event_WPD.txt b/snappy_event_WPD.txt new file mode 100644 index 000000000..341deeebd --- /dev/null +++ b/snappy_event_WPD.txt @@ -0,0 +1,10 @@ +``` + .-""-. + /,..___\ +() {_____} + (/-@-@-\) + {`-=^=-'} + { `-' } Merry Christmas! + { } + `---' +``` diff --git a/snappy_event.txt b/snappy_event_rDrama.txt similarity index 100% rename from snappy_event.txt rename to snappy_event_rDrama.txt