diff --git a/packages/discord.js/src/util/Formatters.js b/packages/discord.js/src/util/Formatters.js index 7f3026811..bd93a36a3 100644 --- a/packages/discord.js/src/util/Formatters.js +++ b/packages/discord.js/src/util/Formatters.js @@ -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} */