mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +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:
|
||||
|
||||
- :data:`typing.Tuple`
|
||||
- :data:`typing.List`
|
||||
- :data:`typing.Dict`
|
||||
- ``typing.Tuple``
|
||||
- ``typing.List``
|
||||
- ``typing.Dict``
|
||||
|
||||
.. note::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user