mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +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.
|
* Represents a command interaction.
|
||||||
* @extends {BaseCommandInteraction}
|
* @extends {CommandInteraction}
|
||||||
*/
|
*/
|
||||||
class ChatInputCommandInteraction extends CommandInteraction {
|
class ChatInputCommandInteraction extends CommandInteraction {
|
||||||
constructor(client, data) {
|
constructor(client, data) {
|
||||||
|
|||||||
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user