diff --git a/disnake/guild.py b/disnake/guild.py index 500e13093f..05f47d9720 100644 --- a/disnake/guild.py +++ b/disnake/guild.py @@ -3599,6 +3599,8 @@ async def fetch_role(self, role_id: int, /) -> Role: Raises ------ + NotFound + The role requested could not be found. HTTPException Retrieving the role failed.