uplift/SelectMenuBuilder-uplift-to-StringSelectMenuBuilder

This commit is contained in:
SowinskiBraeden committed 2023-09-02 19:29:18 -07:00
1 parent 40ffeab665
commit 92a9ce95f7
7 files changed
+23 -23

No files matched your search

+2 -2
View File
@@ -286,11 +286,11 @@ module.exports = {
// Any interaction for 'claim-armband' can be handled in
// 'commands/claim.js' Interaction handlers and does not require its own code in this file.
let available = new SelectMenuBuilder()
let available = new StringSelectMenuBuilder()
.setCustomId(`Claim-${args[0].options[0].value}-1-${interaction.member.user.id}`)
.setPlaceholder('Select an armband from list 1 to claim')
let availableNext = new SelectMenuBuilder()
let availableNext = new StringSelectMenuBuilder()
.setCustomId(`Claim-${args[0].options[0].value}-2-${interaction.member.user.id}`)
.setPlaceholder('Select an armband from list 2 to claim')