Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docs/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ You can now utilize the ``on_start`` event to achieve the same goal:
Another big change in this release is the implementation of the ``get`` utility method.
It allows you to no longer use ``**await bot._http...``.

You can get more information by reading the `get-documentation`_.
You can get more information by reading the :meth:`interactions.client.get.get`-documentation


``4.3.0`` also introduces a new method of creating commands, subcommands, and options.
Expand Down Expand Up @@ -227,6 +227,3 @@ your option name! Example:
ctx, opt1: str, hi: int, opt3: interactions.Channel = None
):
...


.. _get-documentation: https://interactionspy.readthedocs.io/en/latest/get.html#the-get-utility-method