mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Add two new audit log event types
This commit is contained in:
12
docs/api.rst
12
docs/api.rst
@ -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.
|
||||
|
Reference in New Issue
Block a user