Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Sep 7, 2021
1 parent 0240949 commit d89538a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/structures/Interaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class Interaction extends Base {
this.applicationId = data.application_id;

/**
* The id of the channel this interaction was sent in
* The id of the channel this interaction was sent in,
* non-null if {@link MessageComponentInteraction}
* @type {?Snowflake}
*/
this.channelId = data.channel_id ?? null;
Expand Down

0 comments on commit d89538a

Please sign in to comment.