From dda6bf79b1dd280a3e0b7589c119f377695f4e3d Mon Sep 17 00:00:00 2001 From: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:02:33 +0100 Subject: [PATCH] Update disnake/guild.py Co-authored-by: shiftinv <8530778+shiftinv@users.noreply.github.com> Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> --- disnake/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disnake/guild.py b/disnake/guild.py index d3686c4fd1..500e13093f 100644 --- a/disnake/guild.py +++ b/disnake/guild.py @@ -3581,7 +3581,7 @@ async def delete_emoji(self, emoji: Snowflake, *, reason: Optional[str] = None) """ await self._state.http.delete_custom_emoji(self.id, emoji.id, reason=reason) - async def fetch_role(self, /, role_id: int) -> Role: + async def fetch_role(self, role_id: int, /) -> Role: """|coro| Retrieve a :class:`Role`.