Skip to content

Commit 82ee6ce

Browse files
authored
docs: Fix method reference (#971)
1 parent 5bdf254 commit 82ee6ce

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/migration.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ You can now utilize the ``on_start`` event to achieve the same goal:
9696
Another big change in this release is the implementation of the ``get`` utility method.
9797
It allows you to no longer use ``**await bot._http...``.
9898

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

101101

102102
``4.3.0`` also introduces a new method of creating commands, subcommands, and options.
@@ -227,6 +227,3 @@ your option name! Example:
227227
ctx, opt1: str, hi: int, opt3: interactions.Channel = None
228228
):
229229
...
230-
231-
232-
.. _get-documentation: https://interactionspy.readthedocs.io/en/latest/get.html#the-get-utility-method

0 commit comments

Comments
 (0)