Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xmistt/rebootpy/llms.txt
Use this file to discover all available pages before exploring further.
Party
Represents a party that the ClientUser is not yet a part of.Attributes
The client instance.
The party’s ID.
A copied list of the members currently in this party.
The amount of members currently in this party.
The party’s applicants.
The leader of the party.
A tuple containing the name and session ID (if in-game) of the currently set playlist.Example output for default duos:
('Playlist_DefaultDuo', '')Example output for a creative island when player is in-game: ('0363-4024-8917', '820665c477184929aa5d0e1f56902cfd')True if squad fill is enabled, else False.The currently set privacy of this party.
The squad assignments for this party. This includes information about a member’s position and visibility.
The currently set region of this party.
Methods
get_member
The user ID to search for.
The party member if found, otherwise
None.join
The party that was just joined.
PartyError- You are already a member of this party.NotFound- The party was not found.Forbidden- You are not allowed to join this party because it’s private and you have not been a part of it before, or you were kicked.HTTPException- An error occurred when requesting to join the party.