mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs: fix command interaction docs (#7212)
This commit is contained in:
@@ -5,7 +5,7 @@ const CommandInteractionOptionResolver = require('./CommandInteractionOptionReso
|
||||
|
||||
/**
|
||||
* Represents a command interaction.
|
||||
* @extends {BaseCommandInteraction}
|
||||
* @extends {CommandInteraction}
|
||||
*/
|
||||
class ChatInputCommandInteraction extends CommandInteraction {
|
||||
constructor(client, data) {
|
||||
|
||||
@@ -19,7 +19,7 @@ class CommandInteraction extends Interaction {
|
||||
/**
|
||||
* The id of the channel this interaction was sent in
|
||||
* @type {Snowflake}
|
||||
* @name BaseCommandInteraction#channelId
|
||||
* @name CommandInteraction#channelId
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user