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