Browse Source

Add note about order in Guild.top_emojis()

pull/10109/head
dolfies 2 years ago
parent
commit
5e1d290d25
  1. 2
      discord/guild.py

2
discord/guild.py

@ -2748,7 +2748,7 @@ class Guild(Hashable):
async def top_emojis(self) -> List[Union[Emoji, PartialEmoji]]:
"""|coro|
Retrieves the most used custom emojis in the guild.
Retrieves the most used custom emojis in the guild. Emojis are returned in order of descending usage.
.. versionadded:: 2.0

Loading…
Cancel
Save