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

Update users.py #71

Closed crygup closed 2 years ago

crygup commented 2 years ago

Adds a last_online attribute to the User class.

There could be a better way to go about this so lmk.

crygup commented 2 years ago

For some reason the other commits didn't get pushed here?

jmkd3v commented 2 years ago

Hello. I'm a bit confused about what this PR was supposed to contain - are some commits missing? If you're still working on it and want to discuss, you can reopen it and mark it as a draft, then mark it as complete when it is complete.

It is worth noting that we already have a last_online attribute in the Presence information accessible with await user.get_presence() (although it's sort of bugged - see https://devforum.roblox.com/t/1638932)

Thank you!