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