Academy

get_academy()

This function returns the academy members.

Usage

get_academy()

Returns

None or a list of academy members. type refers to the academy member type.

{
	6699: {
		'online': 1,
		'type': 0,
		'x': 0.0,
		'level': 110,
		'name': 'aaaaaa',
		'y': 0.0
	},
	'id': 237
}

Last updated