mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
docs: Correct wrong interaction links (#6274)
* docs: Correct wrong interaction links * docs: fix errors and apply single option * Update src/structures/CommandInteraction.js Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
@@ -190,12 +190,14 @@ class ApplicationCommand extends Base {
|
||||
|
||||
module.exports = ApplicationCommand;
|
||||
|
||||
/* eslint-disable max-len */
|
||||
/**
|
||||
* @external APIApplicationCommand
|
||||
* @see {@link https://discord.com/developers/docs/interactions/slash-commands#applicationcommand}
|
||||
* @see {@link https://discord.com/developers/docs/interactions/slash-commands#application-command-object-application-command-structure}
|
||||
*/
|
||||
|
||||
/* eslint-disable max-len */
|
||||
/**
|
||||
* @external APIApplicationCommandOption
|
||||
* @see {@link https://discord.com/developers/docs/interactions/slash-commands#applicationcommandoption}
|
||||
* @see {@link https://discord.com/developers/docs/interactions/slash-commands#application-command-object-application-command-option-structure}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user