From 3c6d224e7f13e2b2395ae8b641e6e5728bbf3d9c Mon Sep 17 00:00:00 2001 From: Fadi AT Date: Mon, 30 Mar 2020 15:33:48 +0300 Subject: [PATCH] Update welcome.py --- welcomeCog/welcome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/welcomeCog/welcome.py b/welcomeCog/welcome.py index e978357..49a8bb0 100644 --- a/welcomeCog/welcome.py +++ b/welcomeCog/welcome.py @@ -6,7 +6,7 @@ import requests from redbot.core import Config, checks, commands from redbot.core.utils.chat_formatting import box, humanize_list, pagify -embed = requests.get("https://raw.githubusercontent.com/Kanium/KanuimCogs/master/welcomeCog/embedded_message.json").text +embed = requests.get("https://raw.githubusercontent.com/Kanium/KanuimCogs/master/welcomeCog/data/embedded_message.json").text def fetchMessage(jsonFormat): try: