mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
docs(chatInputApplicationCommandMention): parameters are not nullable (#9091)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -27,8 +27,8 @@ const {
|
|||||||
* @param {string} commandName The name of the application command
|
* @param {string} commandName The name of the application command
|
||||||
* @param {string|Snowflake} subcommandGroupOrSubOrId
|
* @param {string|Snowflake} subcommandGroupOrSubOrId
|
||||||
* The subcommand group name, subcommand name, or application command id
|
* The subcommand group name, subcommand name, or application command id
|
||||||
* @param {?(string|Snowflake)} [subcommandNameOrId] The subcommand name or application command id
|
* @param {string|Snowflake} [subcommandNameOrId] The subcommand name or application command id
|
||||||
* @param {?string} [commandId] The id of the application command
|
* @param {string} [commandId] The id of the application command
|
||||||
* @returns {string}
|
* @returns {string}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user