File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ You can now utilize the ``on_start`` event to achieve the same goal:
96
96
Another big change in this release is the implementation of the ``get `` utility method.
97
97
It allows you to no longer use ``**await bot._http... ``.
98
98
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
100
100
101
101
102
102
``4.3.0 `` also introduces a new method of creating commands, subcommands, and options.
@@ -227,6 +227,3 @@ your option name! Example:
227
227
ctx , opt1 : str , hi : int , opt3 : interactions.Channel = None
228
228
):
229
229
...
230
-
231
-
232
- .. _get-documentation : https://interactionspy.readthedocs.io/en/latest/get.html#the-get-utility-method
You can’t perform that action at this time.
0 commit comments