Add two new audit log event types

This commit is contained in:
Rapptz
2023-07-13 22:15:19 -04:00
parent b1ff8038c8
commit 00ea67d315
3 changed files with 128 additions and 108 deletions

View File

@ -2799,6 +2799,18 @@ of :class:`enum.Enum`.
.. versionadded:: 2.1
.. attribute:: creator_monetization_request_created
A request to monetize the server was created.
.. versionadded:: 2.4
.. attribute:: creator_monetization_terms_accepted
The terms and conditions for creator monetization were accepted.
.. versionadded:: 2.4
.. class:: AuditLogActionCategory
Represents the category that the :class:`AuditLogAction` belongs to.