From 55913b9db75c690008257e3ae2c2996922c89b60 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Mon, 8 Feb 2016 00:42:53 +0100 Subject: [PATCH] Even more typos --- cogs/trivia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/trivia.py b/cogs/trivia.py index 85734ed3c..04fcb1c87 100644 --- a/cogs/trivia.py +++ b/cogs/trivia.py @@ -83,7 +83,7 @@ class TriviaSession(): if self.questionList: await self.newQuestion() else: if os.path.isfile("data/trivia/" + qlist + ".txt"): - self.questionList = self.loadList("trivia/" + qlist + ".txt") + self.questionList = self.loadList("data/trivia/" + qlist + ".txt") self.status = "new question" self.timeout = time.perf_counter() if self.questionList: await self.newQuestion()