From 64a438a9206b536c8afc061b9696fdbf75708ad5 Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Sun, 3 Nov 2019 12:11:56 -0500 Subject: [PATCH] Just use GitHub raw links --- commands/ask.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/ask.py b/commands/ask.py index 8f80bfc..1079d42 100644 --- a/commands/ask.py +++ b/commands/ask.py @@ -1,8 +1,8 @@ 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") +chars = utils.get("https://github.com/cwarwicker/discord-WriterBot/raw/master/assets/json/en/q_char.json") +world = utils.get("https://github.com/cwarwicker/discord-WriterBot/raw/master/assets/json/en/q_world.json") @plugin.group("ask","") def ask(bot,channel,nick,subcmd,*args):