for (const command of getConfigSlashCommands()) {
if (typedLower
&& (typedLower.length === 1 || matchesFuzzy2(typedLower, command.command) === null)
) {
}
for (const option of command.options) {
if (!shouldOfferOption(option, state)) {