fix bladebot

pull/83/head
Aevann1 2022-12-20 04:36:05 +02:00
parent 6d9171bdae
commit 2b56bf5c51
2 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,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_{SITE_NAME}.txt"
if HOLIDAY_EVENT: filename = f"snappy_event.txt"
try:
with open(filename, "r", encoding="utf-8") as f: