-
Notifications
You must be signed in to change notification settings - Fork 0
Updates
Jack Programs edited this page Jul 6, 2020
·
12 revisions
- Groups
- get_recent_ally - Should now return None if no ally
- get_recent_enemy - Should now return None if no enemy
- Users
- get_avatar_image - Fixed
- Assets
- user_has_asset - Fixed
- Migrating from 4.5 to 5.0
- We will now be using snake case.
- Docstrings and type hints are now added.
- Groups
- Fixed GetGroupAllyNames (now get_group_ally_names), and GetGroupEnemyNames (now get_group_enemy_names).
- has_allies
- has_enemies
- Group
- Owner, OwnerName, and OwnerId - Will return None, if there is no owner.
- Groups
- GetGroupOwner - Will return None, if there is no owner.
- HasOwner
- User
- Description - Will return None, if there is no description.
- Status - Will return None, if there is no status.
- Users
- GetProfileDescription - Will return None, if there is no description.
- GetProfileStatus - Will return None, if there is no status.
- User
- Name
- DisplayName
- Id
- IsBanned
- Created
- Description
- Status
- Users
- GetProfileDescription - Using Roblox API now, instead of BeautifulSoup
- GetProfileStatus - Using Roblox API now, instead of BeautifulSoup
- Users
- GetProfileStatus
- Users
- GetAvatarImage
- IsBanned
- Users
- If there is an AttributeError for GetProfileDescription, it will instead return None.
- Added Beautiful Soup as an install requirement.
- Users
- IsInGroup
- GetRankInGroup
- GetRoleInGroup
- GroupIsPrimary
- GetProfileDescription