From 63e4ba219236ced70b16808eba3877fc12a6b071 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Wed, 30 Jun 2021 13:11:04 -0600 Subject: [PATCH] Actually fix cache --- jarvis/cogs/dbrand.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jarvis/cogs/dbrand.py b/jarvis/cogs/dbrand.py index e7bbd2e..abf72d8 100644 --- a/jarvis/cogs/dbrand.py +++ b/jarvis/cogs/dbrand.py @@ -81,6 +81,7 @@ class DbrandCog(commands.Cog): data = await data.json() else: data = None + self.cache.update(dest, data) fields = None if ( data is not None