This commit is contained in:
NikolajDanger
2021-01-31 18:38:39 +01:00
parent dc9eff06fe
commit 84911232fa

View File

@ -85,7 +85,7 @@ class Funcs():
def addMovieReactionTest(self,channel,message): def addMovieReactionTest(self,channel,message):
try: 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) data = json.load(f)
except: except:
return False, None return False, None