Closed crygup closed 2 years ago
For some reason the other commits didn't get pushed here?
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!
Adds a
last_online
attribute to theUser
class.There could be a better way to go about this so lmk.