mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 01:16:21 +00:00
[commands] Add support for Greedy for hybrid commands
This commit is contained in:
@ -1021,6 +1021,12 @@ class Greedy(List[T]):
|
||||
``[1, 2, 3, 4, 5, 6]`` and ``reason`` with ``hello``\.
|
||||
|
||||
For more information, check :ref:`ext_commands_special_converters`.
|
||||
|
||||
.. note::
|
||||
|
||||
For interaction based contexts the conversion error is propagated
|
||||
rather than swallowed due to the difference in user experience with
|
||||
application commands.
|
||||
"""
|
||||
|
||||
__slots__ = ('converter',)
|
||||
|
Reference in New Issue
Block a user