From 84911232fa084fe76bdabcb8a96e914df789e1dd Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Sun, 31 Jan 2021 18:38:39 +0100 Subject: [PATCH] :bug: --- funcs/funcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/funcs.py b/funcs/funcs.py index 540ce10..abd3f93 100644 --- a/funcs/funcs.py +++ b/funcs/funcs.py @@ -85,7 +85,7 @@ class Funcs(): def addMovieReactionTest(self,channel,message): try: - with open("resources/BedreNetflix/oldMessage"+str(channel.id),"r") as f: + with open("resources/bedreNetflix/oldMessage"+str(channel.id),"r") as f: data = json.load(f) except: return False, None