Fix SKU return type and documentation

This commit is contained in:
Andrin S
2023-10-21 15:32:47 +02:00
committed by GitHub
parent e1c1a72a50
commit ef0944047e
3 changed files with 12 additions and 12 deletions

View File

@ -2441,7 +2441,7 @@ class HTTPClient:
json=payload,
)
def delete_entitlement(self, application_id: Snowflake, entitlement_id: Snowflake) -> Response[sku.Entitlement]:
def delete_entitlement(self, application_id: Snowflake, entitlement_id: Snowflake) -> Response[None]:
return self.request(
Route(
'DELETE',