Skip to content

Commit

Permalink
Update disnake/guild.py
Browse files Browse the repository at this point in the history
Co-authored-by: shiftinv <[email protected]>
Signed-off-by: Snipy7374 <[email protected]>
  • Loading branch information
Snipy7374 and shiftinv authored Nov 25, 2024
1 parent 239e0f6 commit dda6bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit dda6bf7

Please sign in to comment.