We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f52d2 commit e836e50Copy full SHA for e836e50
docs/migration.rst
@@ -8,7 +8,7 @@ between versions to guide towards easy migration between one another.
8
~~~~~~~~~~~~~~~
9
10
The biggest major change between these two versions is the way ``HTTPClient`` and modelled API schema objects are used.
11
-In ``4.0.2``, a new ``_state`` attribute is added in model objects in order to use helper methods. This will not be needed
+In ``4.0.2``, a new ``_client`` attribute is added in model objects in order to use helper methods. This will not be needed
12
if you're working with dispatched events from the Gateway, however, manually generating your own model object for use
13
will need it appended as a key-word argument. The example below shows this change:
14
0 commit comments