fix: automod

This commit is contained in:
March 7th
2022-12-26 20:38:53 +07:00
parent 557a77e07b
commit e407700865
2 changed files with 3 additions and 3 deletions

View File

@@ -236,7 +236,7 @@ class AutoModerationRule extends Base {
/**
* Sets the actions for this auto moderation rule.
* @param {AutoModerationActionOptions} actions The actions of this auto moderation rule
* @param {AutoModerationActionOptions[]} actions The actions of this auto moderation rule
* @param {string} [reason] The reason for changing the actions of this auto moderation rule
* @returns {Promise<AutoModerationRule>}
*/