lightsaber
This commit is contained in:
@ -419,7 +419,7 @@ def lightsaberChar(user : str):
|
||||
data = json.load(f)
|
||||
|
||||
if user in data:
|
||||
return data[user]["Lightsaber Characteristic"]
|
||||
return data[user]["Lightsaber-characteristic"]
|
||||
|
||||
def userHasChar(user : str):
|
||||
with open("resources/swcharacters.json", "r") as f:
|
||||
|
Reference in New Issue
Block a user