mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-22 10:56:44 +00:00
Don't hotlink typing.List, typing.Dict, or typing.Tuple
This commit is contained in:
parent
06e8683d01
commit
63e50bc369
@ -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::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user