From be227ebcf0c8bad6b56798339b5414b8da414dc0 Mon Sep 17 00:00:00 2001 From: NCPlayz Date: Thu, 21 Mar 2019 19:59:58 +0000 Subject: Redesign asset retrieval in the library. Most assets now return a new class named `Asset`. This allows for the assets to be consistently saved via a `save` method instead of special casing for `Attachment`. `AppInfo` is no longer a namedtuple it is a fully documented dataclass, as well as having the state attached to it. Fixes #1997 --- docs/api.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index e83d8b8f..0c36ffe2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -40,6 +40,9 @@ Client .. autoclass:: AutoShardedClient :members: +.. autoclass:: AppInfo + :members: + Voice ------ @@ -1918,6 +1921,12 @@ Attachment .. autoclass:: Attachment() :members: +Asset +~~~~~ + +.. autoclass:: Asset() + :members: + Message ~~~~~~~ -- cgit v1.2.3