File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Example
1818
1919 async def main():
2020 async with coc.Client(key_names="keys for my windows pc", key_count=5) as coc_client:
21- await coc_client.login("email","password)
21+ await coc_client.login("email","password" )
2222 # do stuff
2323
2424 if __name__ == "__main__":
@@ -31,7 +31,7 @@ Example
3131
3232 async def main():
3333 coc_client= coc.Client(key_names="keys for my windows pc", key_count=5)
34- await coc_client.login("email","password)
34+ await coc_client.login("email","password" )
3535 # do stuff
3636 await coc_client.close()
3737
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ async def member_stat(ctx, player_tag):
128128 f"`{ 'War Stars:' :<15} ` `{ player .war_stars :<15} `\n "
129129 f"`{ 'Attack Wins:' :<15} ` `{ player .attack_wins :<15} `\n "
130130 f"`{ 'Defense Wins:' :<15} ` `{ player .defense_wins :<15} `\n "
131- f"`{ 'Castle Contrib' :<15} ` `{ player .clan_capital_contributions :<15} `\n "
131+ f"`{ 'Capital Contrib' :<15} ` `{ player .clan_capital_contributions :<15} `\n "
132132 )
133133 e = discord .Embed (colour = discord .Colour .green (),
134134 description = frame )
You can’t perform that action at this time.
0 commit comments