Skip to content

Commit

Permalink
docs(chatInputApplicationCommandMention): parameters are not nullable (
Browse files Browse the repository at this point in the history
…#9091)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
almeidx and kodiakhq[bot] committed Feb 17, 2023
1 parent f268e1d commit 6f78e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/discord.js/src/util/Formatters.js
Expand Up @@ -27,8 +27,8 @@ const {
* @param {string} commandName The name of the application command
* @param {string|Snowflake} subcommandGroupOrSubOrId
* The subcommand group name, 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|Snowflake} [subcommandNameOrId] The subcommand name or application command id
* @param {string} [commandId] The id of the application command
* @returns {string}
*/

Expand Down

2 comments on commit 6f78e82

@vercel
Copy link

@vercel vercel bot commented on 6f78e82 Feb 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6f78e82 Feb 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.