This commit is contained in:
Jill 2022-06-08 04:48:47 +03:00
parent 4e2011a8e6
commit 28da80cfae
1 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ const survey = [
text: 'What is your name?',
textResponse: true,
id: 'survey-name'
},/*
},
{
text: 'Your pronouns?',
components: [
@ -338,14 +338,14 @@ const survey = [
new MessageButton().setCustomId('survey-been-here-yes').setLabel('Yes').setStyle('PRIMARY'),
new MessageButton().setCustomId('survey-been-here-no').setLabel('No').setStyle('PRIMARY')
]
},*/
},
{
text: 'Please provide your social media accounts.',
textResponse: true,
id: 'survey-socialmedia',
style: 'PARAGRAPH',
placeholder: 'Twitter, YouTube, etc. Please provide as many as possible.'
},/*
},
{
text: 'Is your refrigerator running?',
components: [
@ -438,7 +438,7 @@ const survey = [
new MessageButton().setCustomId('survey-railroad4-truth-yes').setLabel('Yes').setStyle('PRIMARY'),
new MessageButton().setCustomId('survey-railroad4-truth-no').setLabel('No').setStyle('PRIMARY')
]
},*/
},
{
text: 'Please rate your experience with this survey.',
noNumber: true,
@ -449,7 +449,7 @@ const survey = [
.setMinValues(1)
.setMaxValues(1)
]
},/*
},
{
text: 'What is your opinion on mycology?',
noNumber: true,
@ -470,7 +470,7 @@ const survey = [
components: [
new MessageButton().setCustomId('survey-closer7').setLabel('Yes.').setStyle('SUCCESS')
]
},*/
},
{
text: 'Would you become a stepping stone for mushrooms to grow and expand?',
noNumber: true,