docs(Message): remove duplicated word 'of' in description (#9923)

fix(Message): remove duplicated word 'of' in description

This commit removes the secondary 'of' in the description for the Message structure. This doesn't change anything drastically in terms of the actual code as it's just a JSDoc comment.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
dank
2023-11-04 22:47:52 +00:00
committed by GitHub
parent 85753a9d6f
commit 85a78f96d4

View File

@@ -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.
* <info>This property requires the {@link GatewayIntentBits.MessageContent} privileged intent
* in a guild for messages that do not mention the client.</info>
* @type {ActionRow[]}