From 318a476e0fc2e79c3cb3bdef1e77b5e872ca2c27 Mon Sep 17 00:00:00 2001 From: Phil B Date: Sat, 15 Jul 2023 13:47:35 +0200 Subject: [PATCH] feat: add missing audit log events: CREATOR_MONETIZATION_REQUEST_CREATED, CREATOR_MONETIZATION_TERMS_ACCEPTED --- include/dpp/auditlog.h | 4 ++++ 1 file changed, 4 insertions(+) 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, }; /**