mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Fix typo in HTTPClient create_entitlement
This commit is contained in:
@ -2435,7 +2435,7 @@ class HTTPClient:
|
|||||||
return self.request(
|
return self.request(
|
||||||
Route(
|
Route(
|
||||||
'POST',
|
'POST',
|
||||||
'/applications/{application.id}/entitlements',
|
'/applications/{application_id}/entitlements',
|
||||||
application_id=application_id,
|
application_id=application_id,
|
||||||
),
|
),
|
||||||
json=payload,
|
json=payload,
|
||||||
|
Reference in New Issue
Block a user