diff --git a/discord/client.py b/discord/client.py index 27e94d7c2f..5a025aa660 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1049,7 +1049,9 @@ def get_all_members(self) -> Generator[Member, None, None]: yield from guild.members async def get_or_fetch_user(self, id: int, /) -> User | None: - """Looks up a user in the user cache or fetches if not found. + """|coro| + + Looks up a user in the user cache or fetches if not found. Parameters ----------