Don't hotlink typing.List, typing.Dict, or typing.Tuple

This commit is contained in:
Rapptz 2022-05-11 03:54:25 -04:00
parent 06e8683d01
commit 63e50bc369

View File

@ -939,9 +939,9 @@ Likewise, use of the ``name`` keyword argument allows you to pass renames for th
Note that in hybrid command form, a few annotations are unsupported due to Discord limitations: Note that in hybrid command form, a few annotations are unsupported due to Discord limitations:
- :data:`typing.Tuple` - ``typing.Tuple``
- :data:`typing.List` - ``typing.List``
- :data:`typing.Dict` - ``typing.Dict``
.. note:: .. note::