[d17] fix select menus

This commit is contained in:
bignutty 2024-07-17 14:39:18 +02:00
parent 53f63cd66c
commit 99bac88155
5 changed files with 7 additions and 0 deletions

View file

@ -258,6 +258,7 @@ module.exports = {
})
components.addSelectMenu({
defaultValues: [],
placeholder: "Select platform type",
customId: "emoji-type",
options: selectTypeOptions,
@ -265,6 +266,7 @@ module.exports = {
})
components.addSelectMenu({
defaultValues: [],
placeholder: "Select emoji revision",
customId: "emoji-version",
options: selectOptions,