Add new message types to MessageType enum

This commit is contained in:
Rapptz
2023-01-10 18:10:30 -05:00
parent 3d24f0fb12
commit 8e52db1f1b
3 changed files with 21 additions and 1 deletions

View File

@ -1622,6 +1622,17 @@ of :class:`enum.Enum`.
The system message sent when a user purchases or renews a role subscription.
.. versionadded:: 2.2
.. attribute:: interaction_premium_upsell
The system message sent when a user is given an advertisement to purchase a premium tier for
an application during an interaction.
.. versionadded:: 2.2
.. attribute:: guild_application_premium_subscription
The system message sent when an application's premium subscription is purchased for the guild.
.. versionadded:: 2.2
.. class:: UserFlags