diff options
Diffstat (limited to 'discord/asset.py')
| -rw-r--r-- | discord/asset.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/discord/asset.py b/discord/asset.py index af5a4800..1d2ebbaa 100644 --- a/discord/asset.py +++ b/discord/asset.py @@ -206,7 +206,12 @@ class Asset: Raises ------ - Same as :meth:`read`. + DiscordException + There was no valid URL or internal connection state. + HTTPException + Downloading the asset failed. + NotFound + The asset was deleted. Returns -------- |