Closed CodingPenguin1 closed 4 years ago
Are you calling player.load_general first? The player data isn't automatically populated you have to trigger the request to fetch it manually.
My mistake. I forgot to await
. Thanks for the fast response! Sugguestion to add an example using this to the docs?
Running
player.kills
returns anAttributeError: 'Player' object has no attribute 'kills'
Documentation states that
Player
should have this property, among others