Skip to content

Commit

Permalink
update quick example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Dec 31, 2024
1 parent 820cf99 commit b650d7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ async def main() -> None:
weapons = await client.fetch_weapons()
for weapon in weapons:
print(weapon.display_name)
print(weapon.display_name.ja_JP)
print(weapon.display_name.japanese)
print(weapon.display_icon)


Expand Down

0 comments on commit b650d7f

Please sign in to comment.