Browse Source

Fix typo in HTTPClient create_entitlement

pull/9636/head
Mikey 1 year ago
committed by GitHub
parent
commit
a9936c2da5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/http.py

2
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,

Loading…
Cancel
Save