Get subCommand value

.addSubcommandGroup((group) =>
group
.setName(`증가`)
.setDescription(`포인트를 증가 시킵니다.`)
.addSubcommand((subCommand)=>
subCommand
.setName('유저')
.setDescription('포인트를 증가할 유저를 선택합니다.')
.addUserOption((option)=>option.setName('user').setDescription("유저를 선택합니다."))
.addIntegerOption((option)=>option.setName('포인트').setDescription("포인트 만큼 지급합니다")))

.addSubcommand((subCommand)=>
subCommand
.setName('모두')
.setDescription('모든 유저에게 포인트를 지급합니다.')
.addIntegerOption((option)=>option.setName('포인트').setDescription("포인트 만큼 지급합니다"))

)
)


const target = interaction.options.getUser('유저');
console.log(target)
.addSubcommandGroup((group) =>
group
.setName(`증가`)
.setDescription(`포인트를 증가 시킵니다.`)
.addSubcommand((subCommand)=>
subCommand
.setName('유저')
.setDescription('포인트를 증가할 유저를 선택합니다.')
.addUserOption((option)=>option.setName('user').setDescription("유저를 선택합니다."))
.addIntegerOption((option)=>option.setName('포인트').setDescription("포인트 만큼 지급합니다")))

.addSubcommand((subCommand)=>
subCommand
.setName('모두')
.setDescription('모든 유저에게 포인트를 지급합니다.')
.addIntegerOption((option)=>option.setName('포인트').setDescription("포인트 만큼 지급합니다"))

)
)


const target = interaction.options.getUser('유저');
console.log(target)
I tried to get the user from subcommand option but it's return null Sooo How can I get that value?
3 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Syjalo
Syjalo2y ago
You have set an user option with name user
계정 버림
계정 버림OP2y ago
Opps My bad, fixed it lmao
Want results from more Discord servers?
Add your server