diff --git a/include/dpp/auditlog.h b/include/dpp/auditlog.h index c9f0a09a42..8b83c16820 100644 --- a/include/dpp/auditlog.h +++ b/include/dpp/auditlog.h @@ -140,6 +140,10 @@ enum audit_type { aut_automod_flag_to_channel = 144, /// Member was timed out by Auto Moderation aut_automod_user_communication_disabled = 145, + /// Creator monetization request was created + aut_creator_monetization_request_created = 150, + /// Creator monetization terms were accepted + aut_creator_monetization_terms_accepted = 151, }; /**