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")