Skip to content

Commit

Permalink
Merge branch 'feat/entitlements' of github.com:Snipy7374/disnake into…
Browse files Browse the repository at this point in the history
… feat/entitlements
  • Loading branch information
Snipy7374 committed Nov 26, 2024
2 parents b5721c0 + b5884d9 commit dd8f1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3216,7 +3216,7 @@ def entitlements(
oldest_first=oldest_first,
)

async def fetch_entitlement(self, /, entitlement_id: int) -> Entitlement:
async def fetch_entitlement(self, entitlement_id: int, /) -> Entitlement:
"""|coro|
Retrieves a :class:`.Entitlement` for the given ID.
Expand Down

0 comments on commit dd8f1e6

Please sign in to comment.