Browse Source
Fix typo in HTTPClient create_entitlement
pull/9636/head
Mikey
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/http.py
|
|
@ -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, |
|
|
|