forked from MarseyWorld/MarseyWorld
fix bladebot
parent
6d9171bdae
commit
2b56bf5c51
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue