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 a3a6573 commit d788851Copy full SHA for d788851
README.rst
@@ -33,7 +33,7 @@ Quick Example
33
34
client = coc.Client('token')
35
36
- async def player_name(tag):
+ async def get_some_player(tag):
37
player = await client.get_player(tag)
38
39
print(player.name)
0 commit comments