mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
docs(*): add links to Discord's API objects & data (#5862)
This commit is contained in:
@@ -16,7 +16,7 @@ class MessageComponentInteraction extends Interaction {
|
||||
|
||||
/**
|
||||
* The message to which the component was attached
|
||||
* @type {?Message|Object}
|
||||
* @type {?(Message|APIMessageRaw)}
|
||||
*/
|
||||
this.message = data.message ? this.channel?.messages.add(data.message) ?? data.message : null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user