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