Skip to content

Commit

Permalink
fix: missing application_id in Entitlement.delete
Browse files Browse the repository at this point in the history
  • Loading branch information
yoggys committed May 18, 2024
1 parent e7e0146 commit 0c7c870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/monetization.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ async def delete(self) -> None:
HTTPException
Deleting the entitlement failed.
"""
await self._state.http.delete_test_entitlement(self.id)
await self._state.http.delete_test_entitlement(self.application_id, self.id)

0 comments on commit 0c7c870

Please sign in to comment.