Skip to content

Commit

Permalink
Merge pull request #17 from t3tra-dev/patch-3
Browse files Browse the repository at this point in the history
fix filepath
  • Loading branch information
Syunngiku0402 authored Sep 30, 2024
2 parents 9f6b72a + 2f4ce10 commit b4ae923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/ckill.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def kill(name, target=None):

# jsonファイル を dict(lang_data) に変換
with open(file='ja_jp.json', mode='r', encoding='utf-8') as file:
with open(file='./assets/ja_jp.json', mode='r', encoding='utf-8') as file:
lang_data = json.load(file)

# lang_data からデスログ、エンティティ名、アイテム名を抽出
Expand Down

0 comments on commit b4ae923

Please sign in to comment.