Add app_commands.Parameter for parameter introspection

This commit is contained in:
Rapptz
2022-08-09 07:43:40 -04:00
parent 0e386ec2cc
commit 1727eca106
3 changed files with 130 additions and 23 deletions

View File

@ -482,6 +482,14 @@ Command
.. autoclass:: discord.app_commands.Command
:members:
Parameter
++++++++++
.. attributetable:: discord.app_commands.Parameter
.. autoclass:: discord.app_commands.Parameter()
:members:
ContextMenu
++++++++++++