This commit is contained in:
2022-08-24 08:40:31 +03:00
parent ca9787fcf2
commit a6eaec4190
3 changed files with 4 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ async def read_json(guild: int, _param: str):
Reads Json file to determite config strings
:param guild: ID of Guild
:param _param: Parameter in json file
:return: value of parameter
:return: value of parameter.
"""
with open('prefix.json', 'r', encoding='utf-8') as fp: # Open the JSON
parameter = None