From b5884d959ba59e3fe543b4f116d1d8d64cf3d1b3 Mon Sep 17 00:00:00 2001 From: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:59:32 +0100 Subject: [PATCH] Update disnake/client.py Co-authored-by: shiftinv <8530778+shiftinv@users.noreply.github.com> Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> --- disnake/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disnake/client.py b/disnake/client.py index 876445d5bb..fe9c858741 100644 --- a/disnake/client.py +++ b/disnake/client.py @@ -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.