aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/valentines/pickuplines.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/seasons/valentines/pickuplines.py')
-rw-r--r--bot/seasons/valentines/pickuplines.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/valentines/pickuplines.py b/bot/seasons/valentines/pickuplines.py
index 00ed5453..46772197 100644
--- a/bot/seasons/valentines/pickuplines.py
+++ b/bot/seasons/valentines/pickuplines.py
@@ -10,7 +10,7 @@ from bot.constants import Colours
log = logging.getLogger(__name__)
-with open(Path('bot', 'resources', 'valentines', 'pickup_lines.json'), 'r', encoding="utf8") as f:
+with open(Path("bot/resources/valentines/pickup_lines.json"), "r", encoding="utf8") as f:
pickup_lines = load(f)