Transformers¶
The library provides various Transformer subclasses to aid with application commands
creation. These are outlined on this page.
Greedy¶
- class discord_tools.app_commands.Greedy(converter)[source]¶
The app commands version of
Greedy.This is a
Transformersubclass, so you need to annotate your options as app_commands.Transform[…, Greedy[…]]Added in version 1.0.