(commandData)
| 10 | export { buildPrefixUsage }; |
| 11 | |
| 12 | function getCommandJson(commandData) { |
| 13 | return commandData?.toJSON ? commandData.toJSON() : commandData; |
| 14 | } |
| 15 | |
| 16 | export function resolveSlashAccessKey(interaction) { |
| 17 | const subcommandGroup = interaction.options.getSubcommandGroup(false); |
no outgoing calls
no test coverage detected