Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms
This commit is contained in:
commit
71b64b8d2c
@ -33,7 +33,7 @@ module.exports = {
|
|||||||
new StringSelectMenuBuilder()
|
new StringSelectMenuBuilder()
|
||||||
.setCustomId('selectstory')
|
.setCustomId('selectstory')
|
||||||
.setPlaceholder('Select an option')
|
.setPlaceholder('Select an option')
|
||||||
.setMaxValues(global.madlibState.numberOfStories)
|
.setMaxValues(1)
|
||||||
.addOptions(
|
.addOptions(
|
||||||
buildOptionJSON()//.toString()
|
buildOptionJSON()//.toString()
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user