mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
docs(*): add links to Discord's API objects & data (#5862)
This commit is contained in:
@@ -74,7 +74,7 @@ class MessageActionRow extends BaseMessageComponent {
|
||||
|
||||
/**
|
||||
* Transforms the action row to a plain object.
|
||||
* @returns {Object} The raw data of this action row
|
||||
* @returns {APIMessageComponent} The raw data of this action row
|
||||
*/
|
||||
toJSON() {
|
||||
return {
|
||||
@@ -85,3 +85,8 @@ class MessageActionRow extends BaseMessageComponent {
|
||||
}
|
||||
|
||||
module.exports = MessageActionRow;
|
||||
|
||||
/**
|
||||
* @external APIMessageComponent
|
||||
* @see {@link https://discord.com/developers/docs/interactions/message-components#component-object}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user