We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40dd8d commit 626120fCopy full SHA for 626120f
nonebot_plugin_nikke/commands/character_picture.py
@@ -12,7 +12,7 @@
12
13
14
current_directory = os.path.dirname(__file__)
15
-json_file_path = os.path.join(current_directory, 'character_data.json')
+json_file_path = os.path.join(current_directory, '..', 'json', 'character_data.json')
16
17
with open(json_file_path, 'r', encoding='utf-8') as file:
18
character_data = json.load(file)
0 commit comments