mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
docs(SlashCommandSubcommands): updating old links from Discord developer portal (#7224)
This commit is contained in:
@@ -13,7 +13,7 @@ import type { ToAPIApplicationCommandOptions } from './SlashCommandBuilder';
|
|||||||
/**
|
/**
|
||||||
* Represents a folder for subcommands
|
* Represents a folder for subcommands
|
||||||
*
|
*
|
||||||
* For more information, go to https://discord.com/developers/docs/interactions/slash-commands#subcommands-and-subcommand-groups
|
* For more information, go to https://discord.com/developers/docs/interactions/application-commands#subcommands-and-subcommand-groups
|
||||||
*/
|
*/
|
||||||
@mix(SharedNameAndDescription)
|
@mix(SharedNameAndDescription)
|
||||||
export class SlashCommandSubcommandGroupBuilder implements ToAPIApplicationCommandOptions {
|
export class SlashCommandSubcommandGroupBuilder implements ToAPIApplicationCommandOptions {
|
||||||
@@ -75,7 +75,7 @@ export interface SlashCommandSubcommandGroupBuilder extends SharedNameAndDescrip
|
|||||||
/**
|
/**
|
||||||
* Represents a subcommand
|
* Represents a subcommand
|
||||||
*
|
*
|
||||||
* For more information, go to https://discord.com/developers/docs/interactions/slash-commands#subcommands-and-subcommand-groups
|
* For more information, go to https://discord.com/developers/docs/interactions/application-commands#subcommands-and-subcommand-groups
|
||||||
*/
|
*/
|
||||||
@mix(SharedNameAndDescription, SharedSlashCommandOptions)
|
@mix(SharedNameAndDescription, SharedSlashCommandOptions)
|
||||||
export class SlashCommandSubcommandBuilder implements ToAPIApplicationCommandOptions {
|
export class SlashCommandSubcommandBuilder implements ToAPIApplicationCommandOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user