Ksoft
Implementations for the ksoft
endpoint.
KSoft
¶
Bases: HTTPAwareEndpoint
A class with implementations for the ksoft
endpoint.
Source code in ravyapi/api/endpoints/ksoft.py
get_ban(user_id)
async
¶
Get ban status.
Parameters¶
user_id : int User ID of the user to look up.
Raises¶
TypeError If any parameters are of invalid types.
Returns¶
GetKSoftBanResponse
A model response from ravyapi.api.endpoints.ksoft.KSoft.get_ban
.
Located as ravyapi.api.models.ksoft.GetKSoftBanResponse
.