fix: automod

This commit is contained in:
March 7th
2022-12-26 17:53:25 +07:00
parent c4695b5a78
commit b3d0a859f4
3 changed files with 9 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ class AutoModerationActionExecution {
/**
* The content that triggered this action.
* <info>This property requires the {@link GatewayIntentBits.MessageContent} privileged gateway intent.</info>
* <info>This property requires the {@link Intents.FLAGS.MESSAGE_CONTENT} privileged gateway intent.</info>
* @type {string}
*/
this.content = data.content;