Update 1.3
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user