docs: fix command interaction docs (#7212)

This commit is contained in:
Suneet Tipirneni
2022-01-08 05:21:06 -05:00
committed by GitHub
parent 49dada35f9
commit 137ea249df
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ const CommandInteractionOptionResolver = require('./CommandInteractionOptionReso
/** /**
* Represents a command interaction. * Represents a command interaction.
* @extends {BaseCommandInteraction} * @extends {CommandInteraction}
*/ */
class ChatInputCommandInteraction extends CommandInteraction { class ChatInputCommandInteraction extends CommandInteraction {
constructor(client, data) { constructor(client, data) {

View File

@@ -19,7 +19,7 @@ class CommandInteraction extends Interaction {
/** /**
* The id of the channel this interaction was sent in * The id of the channel this interaction was sent in
* @type {Snowflake} * @type {Snowflake}
* @name BaseCommandInteraction#channelId * @name CommandInteraction#channelId
*/ */
/** /**