From 7373736c33167c67746ea74118704aa8c6eddca8 Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Sun, 3 Nov 2019 12:09:30 -0500 Subject: [PATCH] Force reload utils --- commands/ask.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/ask.py b/commands/ask.py index 0257247..8f80bfc 100644 --- a/commands/ask.py +++ b/commands/ask.py @@ -1,4 +1,5 @@ -import plugin,utils,random +import plugin,utils,random,importlib +importlib.reload(utils) chars = utils.get("https://raw.githack.com/cwarwicker/discord-WriterBot/master/assets/json/en/q_char.json") world = utils.get("https://raw.githack.com/cwarwicker/discord-WriterBot/master/assets/json/en/q_world.json")