ro-py / ro.py

ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.
https://ro.py.jmk.gg/
MIT License
115 stars 46 forks source link

Added some new functions, attributes #23

Closed kenthegreat8 closed 3 years ago

kenthegreat8 commented 3 years ago

You can now get a gamepass from the Client by doing

client = Client()

await client.get_gamepass(1)

Another thing, you can now get a users age by calling a .age on the user object

Added a Gamepass Object able to get gamepass id and name