Overload 1
Overload 2
Overload 3
export declare function chatInputApplicationCommandMention<CommandId extends Snowflake, CommandName extends string>(commandId: CommandId, commandName: CommandName): `</${CommandName}:${CommandId}>`;
Formats an application command name and id into an application command mention.
Type Parameters
Parameters
CommandId commandId:
The application command id to format
CommandName commandName:
The application command name to format