mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Fix SKU return type and documentation
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user