correct option
This commit is contained in:
parent
d4d3858ac7
commit
74e626a158
1 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ export default {
|
|||
)
|
||||
).setDescriptionLocalizations(
|
||||
getLocalizations(client, `c_${filename}_sub1_opt1_desc`)
|
||||
).setRequired(true)
|
||||
)
|
||||
)
|
||||
|
||||
// Specified message (not required)
|
||||
|
@ -85,7 +85,7 @@ export default {
|
|||
)
|
||||
|
||||
// User
|
||||
.addStringOption(option => option
|
||||
.addUserOption(option => option
|
||||
.setName(
|
||||
loc_default.get(`c_${filename}_sub2_opt1_name`)
|
||||
?.toLowerCase() ?? ''
|
||||
|
@ -117,7 +117,7 @@ export default {
|
|||
)
|
||||
|
||||
// ID
|
||||
.addStringOption(option => option
|
||||
.addIntegerOption(option => option
|
||||
.setName(
|
||||
loc_default.get(`c_${filename}_sub3_opt1_name`)
|
||||
?.toLowerCase() ?? ''
|
||||
|
|
Loading…
Reference in a new issue