diff options
Diffstat (limited to 'docs/ext/commands/commands.rst')
| -rw-r--r-- | docs/ext/commands/commands.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ext/commands/commands.rst b/docs/ext/commands/commands.rst index d1957438..336ed5de 100644 --- a/docs/ext/commands/commands.rst +++ b/docs/ext/commands/commands.rst @@ -310,6 +310,7 @@ A lot of discord models work out of the gate as a parameter: - :class:`Invite` - :class:`Game` - :class:`Emoji` +- :class:`PartialEmoji` - :class:`Colour` Having any of these set as the converter will intelligently convert the argument to the appropriate target type you @@ -339,6 +340,8 @@ converter is given below: +-----------------------+-------------------------------------------------+ | :class:`Emoji` | :class:`~ext.commands.EmojiConverter` | +-----------------------+-------------------------------------------------+ +| :class:`PartialEmoji` | :class:`~ext.commands.PartialEmojiConverter` | ++-----------------------+-------------------------------------------------+ | :class:`Colour` | :class:`~ext.commands.ColourConverter` | +-----------------------+-------------------------------------------------+ |