mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
Add auditlog events for onboarding (#3616)
This commit is contained in:
@@ -535,6 +535,20 @@ export enum AuditLogEvents {
|
||||
CreatorMonetizationRequestCreated = 150,
|
||||
/** Creator monetization terms were accepted */
|
||||
CreatorMonetizationTermsAccepted,
|
||||
/** Guild Onboarding Question was created */
|
||||
OnBoardingPromptCreate = 163,
|
||||
/** Guild Onboarding Question was updated */
|
||||
OnBoardingPromptUpdate,
|
||||
/** Guild Onboarding Question was deleted */
|
||||
OnBoardingPromptDelete,
|
||||
/** Guild Onboarding was created */
|
||||
OnBoardingCreate,
|
||||
/** Guild Onboarding was updated */
|
||||
OnBoardingUpdate,
|
||||
/** Guild Server Guide was created */
|
||||
HomeSettingsCreate = 190,
|
||||
/** Guild Server Guide was updated */
|
||||
HomeSettingsUpdate,
|
||||
}
|
||||
|
||||
export enum ScheduledEventPrivacyLevel {
|
||||
|
||||
Reference in New Issue
Block a user