Skip to content

Commit 3e5955d

Browse files
authored
fix: add missing break in NUMBER options
1 parent b9c0057 commit 3e5955d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/loaders/slashCommands.ts

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ function addCommandOptions(
164164
optionBuilder.setMaxValue(numberOption.maxValue)
165165
return optionBuilder
166166
})
167+
break
167168
}
168169
case "BOOLEAN": {
169170
commandBuilder.addBooleanOption((optionBuilder) => {

0 commit comments

Comments
 (0)