@@ -57,7 +57,9 @@ class AutoModerationRuleManager extends CachedManager {
5757   * @property  {AutoModerationRuleKeywordPresetType[] } [presets] 
5858   * The internally pre-defined wordsets which will be searched for in the content 
5959   * @property  {string[] } [allowList] The substrings that will be exempt from triggering 
60-    * {@link  AutoModerationRuleTriggerType.Keyword} and {@link  AutoModerationRuleTriggerType.KeywordPreset} 
60+    * {@link  AutoModerationRuleTriggerType.Keyword}, 
61+    * {@link  AutoModerationRuleTriggerType.KeywordPreset}, 
62+    * and {@link  AutoModerationRuleTriggerType.MemberProfile} 
6163   * @property  {?number } [mentionTotalLimit] The total number of role & user mentions allowed per message 
6264   * @property  {boolean } [mentionRaidProtectionEnabled] Whether to automatically detect mention raids 
6365   */ 
@@ -87,8 +89,10 @@ class AutoModerationRuleManager extends CachedManager {
8789   * @property  {AutoModerationRuleTriggerType } triggerType The trigger type of the auto moderation rule 
8890   * @property  {AutoModerationTriggerMetadataOptions } [triggerMetadata] The trigger metadata of the auto moderation rule 
8991   * <info>This property is required if using a `triggerType` of 
90-    * {@link  AutoModerationRuleTriggerType.Keyword}, {@link  AutoModerationRuleTriggerType.KeywordPreset}, 
91-    * or {@link  AutoModerationRuleTriggerType.MentionSpam}.</info> 
92+    * {@link  AutoModerationRuleTriggerType.Keyword}, 
93+    * {@link  AutoModerationRuleTriggerType.KeywordPreset}, 
94+    * {@link  AutoModerationRuleTriggerType.MentionSpam}, 
95+    * or {@link  AutoModerationRuleTriggerType.MemberProfile}.</info> 
9296   * @property  {AutoModerationActionOptions[] } actions 
9397   * The actions that will execute when the auto moderation rule is triggered 
9498   * @property  {boolean } [enabled] Whether the auto moderation rule should be enabled 
0 commit comments