Add support for emoji_added message type

This commit is contained in:
Steve C
2025-09-03 05:34:13 -04:00
committed by GitHub
parent fe4bf87b23
commit bd329b1515
5 changed files with 22 additions and 0 deletions

View File

@@ -1925,6 +1925,14 @@ of :class:`enum.Enum`.
The system message sent when a poll has closed.
.. versionadded:: 2.5
.. attribute:: emoji_added
The system message sent when a custom emoji is added to the guild.
.. versionadded:: 2.7
.. class:: UserFlags
Represents Discord User flags.