const response = await submition.reply({ components: [ selectMenuComponent ]})
const selected = response.awaitMessageComponent({
filter: (i) => {
i.deferUpdate()
return i.user.id === response.interaction.user.id
},
time: 120_000,
componentType: ComponentType.SelectMenu
})
const response = await submition.reply({ components: [ selectMenuComponent ]})
const selected = response.awaitMessageComponent({
filter: (i) => {
i.deferUpdate()
return i.user.id === response.interaction.user.id
},
time: 120_000,
componentType: ComponentType.SelectMenu
})