mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Fix typo in HTTPClient create_entitlement
This commit is contained in:
parent
3009c46080
commit
a9936c2da5
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user