Update welcome.py

This commit is contained in:
Fadi AT 2020-03-30 15:38:31 +03:00
parent 251d59fd37
commit fb6e69b7d9

View File

@ -5,7 +5,7 @@ import json
from redbot.core import Config, checks, commands from redbot.core import Config, checks, commands
from redbot.core.utils.chat_formatting import box, humanize_list, pagify from redbot.core.utils.chat_formatting import box, humanize_list, pagify
jsonFilePath = './data/embedded_message.json' jsonFilePath = 'embedded_message.json'
def fetchMessage(jsonFormat): def fetchMessage(jsonFormat):
try: try: