mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 05:42:57 -04:00
[d17] fix select menus
This commit is contained in:
parent
53f63cd66c
commit
99bac88155
5 changed files with 7 additions and 0 deletions
|
@ -221,6 +221,7 @@ module.exports = {
|
|||
})
|
||||
|
||||
components.addSelectMenu({
|
||||
defaultValues: [],
|
||||
placeholder: "Select platform type",
|
||||
customId: "emoji-type",
|
||||
options: selectTypeOptions,
|
||||
|
@ -228,6 +229,7 @@ module.exports = {
|
|||
})
|
||||
|
||||
components.addSelectMenu({
|
||||
defaultValues: [],
|
||||
placeholder: "Select emoji revision",
|
||||
customId: "emoji-version",
|
||||
options: selectOptions,
|
||||
|
|
|
@ -120,6 +120,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
components.addSelectMenu({
|
||||
defaultValues: [],
|
||||
placeholder: "View other drafts",
|
||||
customId: "bard-drafts",
|
||||
options: draftOptions
|
||||
|
|
|
@ -103,6 +103,7 @@ module.exports = {
|
|||
})
|
||||
|
||||
components.addSelectMenu({
|
||||
defaultValues: [],
|
||||
placeholder: "Select filter type",
|
||||
customId: "filter-type",
|
||||
options: selectOptions
|
||||
|
|
|
@ -104,6 +104,7 @@ async function quoraPaginator(context, pages, refMappings, currentRef) {
|
|||
})
|
||||
|
||||
components.addSelectMenu({
|
||||
defaultValues: [],
|
||||
placeholder: "Select a question.",
|
||||
customId: "quora-select",
|
||||
options: selectOptions
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue