Skip to content

Commit b5fb13c

Browse files
committed
update doc
1 parent 718b68f commit b5fb13c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discord/ext/commands/converter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,8 @@ async def convert(self, ctx: Context, argument: str) -> discord.GuildEmoji:
852852
class PartialEmojiConverter(Converter[discord.PartialEmoji]):
853853
"""Converts to a :class:`~discord.PartialEmoji`.
854854
855-
This is done by extracting the animated flag, name and ID from the emoji.
855+
This is done by extracting the animated flag, name, and ID for custom emojis,
856+
or by using the standard Unicode emojis supported by Discord.
856857
857858
.. versionchanged:: 1.5
858859
Raise :exc:`.PartialEmojiConversionFailure` instead of generic :exc:`.BadArgument`

0 commit comments

Comments
 (0)