mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 00:34:06 +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(
|
||||
Route(
|
||||
'POST',
|
||||
'/applications/{application.id}/entitlements',
|
||||
'/applications/{application_id}/entitlements',
|
||||
application_id=application_id,
|
||||
),
|
||||
json=payload,
|
||||
|
Loading…
x
Reference in New Issue
Block a user