Skip to content

Commit

Permalink
feat: add missing audit log events (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil authored Jul 15, 2023
2 parents 3874652 + 318a476 commit bacda13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/dpp/auditlog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

/**
Expand Down

0 comments on commit bacda13

Please sign in to comment.