Skip to content

Commit

Permalink
docs(AutoModerationRuleUpdateAction): remove "object"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Jun 20, 2022
1 parent f9d6ef5 commit 5a33f1e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -15,8 +15,8 @@ class AutoModerationRuleUpdateAction extends Action {
/**
* Emitted whenever an auto moderation rule gets updated.
* @event Client#autoModerationRuleUpdate
* @param {?AutoModerationRule} oldAutoModerationRule The auto moderation rule object before the update
* @param {AutoModerationRule} newAutoModerationRule The auto moderation rule object after the update
* @param {?AutoModerationRule} oldAutoModerationRule The auto moderation rule before the update
* @param {AutoModerationRule} newAutoModerationRule The auto moderation rule after the update
*/
client.emit(Events.AutoModerationRuleUpdate, oldAutoModerationRule, newAutoModerationRule);
}
Expand Down

0 comments on commit 5a33f1e

Please sign in to comment.