diff --git a/packages/discord.js/src/structures/Message.js b/packages/discord.js/src/structures/Message.js index 75b327dc5..7f145b3b8 100644 --- a/packages/discord.js/src/structures/Message.js +++ b/packages/discord.js/src/structures/Message.js @@ -148,7 +148,7 @@ class Message extends Base { if ('components' in data) { /** - * An array of of action rows in the message. + * An array of action rows in the message. * This property requires the {@link GatewayIntentBits.MessageContent} privileged intent * in a guild for messages that do not mention the client. * @type {ActionRow[]}