diff options
| author | Zomatree <[email protected]> | 2020-01-15 02:06:38 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-15 02:06:38 +0000 |
| commit | 4b826a894cf9252f8cbad48fd360ce89e183c784 (patch) | |
| tree | 32894918103f72997160d9847f4a9201e6f8a174 /discord/asset.py | |
| parent | Expose _ActivityTag as BaseActivity to easily refer to. (diff) | |
| download | discord.py-4b826a894cf9252f8cbad48fd360ce89e183c784.tar.xz discord.py-4b826a894cf9252f8cbad48fd360ce89e183c784.zip | |
removed parameter section in Asset.read
Diffstat (limited to 'discord/asset.py')
| -rw-r--r-- | discord/asset.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/discord/asset.py b/discord/asset.py index f518beb0..631d8cf7 100644 --- a/discord/asset.py +++ b/discord/asset.py @@ -173,13 +173,6 @@ class Asset: .. versionadded:: 1.1.0 - Parameters - ----------- - fp: Union[:class:`io.BufferedIOBase`, :class:`os.PathLike`] - Same as in :meth:`Attachment.save`. - seek_begin: :class:`bool` - Same as in :meth:`Attachment.save`. - Raises ------ DiscordException |