Update 1.3

This commit is contained in:
2022-02-10 21:26:16 +02:00
parent f52f9c2281
commit 4362d5cac4
7 changed files with 32 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ log_size = 512
debug = False
try:
with open(filename, 'r', encoding="utf-8") as json_file:
with open("config.json", 'r', encoding="utf-8") as json_file:
output = json.load(json_file)
json_file.close()
debug = output["debug"]
@@ -152,6 +152,10 @@ def getMsg(string, guild=None):
appendLog(f"Could not get locale string named {string} due to exception {exp}", guild)
return f"Could not get locale string {string}"
def getEmbed(string, guild=None):
# Feature coming soon
pass
def isUserVoice(vc):
global path
try: