wa1ker38552 / rolimons.py

A Python API wrapper for Rolimons
Apache License 2.0
8 stars 3 forks source link

TypeError: __init__() got an unexpected keyword argument 'username' #15

Closed skrvt closed 11 months ago

skrvt commented 11 months ago
player = rolimons.player(username="ROBLOX")

TypeError: init() got an unexpected keyword argument 'username'

wa1ker38552 commented 11 months ago

Sorry, the code is documented wrong! It's supposed to be rolimons.player(name="ROBLOX") The documentation has been fixed 👍