Just use GitHub raw links

This commit is contained in:
Robert Miles 2019-11-03 12:11:56 -05:00
parent e084b400c6
commit 64a438a920
1 changed files with 2 additions and 2 deletions

View File

@ -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","<c/w>")
def ask(bot,channel,nick,subcmd,*args):