Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorukyum authored Jul 31, 2022
1 parent ade820b commit fd969a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions discord/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,16 +793,19 @@ def users(self) -> List[User]:
async def fetch_application(self, application_id: int, /) -> PartialAppInfo:
"""|coro|
Retrieves a :class:`.PartialAppInfo` from an application ID.
Parameters
-----------
application_id: :class:`int`
The application ID to retrieve information from.
Raises
-------
NotFound
An application with this ID does not exist.
HTTPException
Retrieving the application failed.
Returns
--------
:class:`.PartialAppInfo`
Expand Down

0 comments on commit fd969a4

Please sign in to comment.